#765EC9

Color #765EC9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #765EC9

Tints of Slate Blue #765EC9

Color information

#765EC9 (or 0x765EC9) is unknown color: approx Slate Blue. HEX triplet: 76, 5E and C9. RGB value is (118,94,201). Sum of RGB (Red+Green+Blue) = 118+94+201=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #765EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EC9 is #89A136. Grayscale: #707070. Windows color (decimal): -9019703 or 13196918. OLE color: 13196918.

HSL color Cylindrical-coordinate representation of color #765EC9: hue angle of 253.46º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765EC9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11894201-
CMYK0.410.5300.21
HSL253.46º49.77%57.84%-
HSV(B)253.46º53.23%78.82%-
XYZ22.0216.0757.2-
YUV113.37177.45131.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 201 (78.91% from 255) = 48.67%
R=28.57%
G=22.76%
B=48.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118942010.410.5300.21253.4649.7757.84
Hex765EC92935015fd323a
Octal16613631151650253756272
Binary111011010111101100100110100111010101010111111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765EC9; }

 p { color: rgb(118,94,201); }

 H1.HeaderClassName
 {
   color: #765EC9;
 }
 .AnyTagClassName
 {
   color: #765EC9;
 }
</style>
background-color css

<style>
 a { background-color: #765EC9; }

 a { background-color: rgb(118,94,201); }

 div.DivClassName
 {
   background-color: #765EC9;
 }
 .BgClassName
 {
   background-color: #765EC9;
 }
</style>
border-color css

<style>
 span { border-color: #765EC9; }

 span { border-color: rgb(118,94,201); }

 td.TdClassName
 {
   border-color: #765EC9;
 }
 .TagClassName
 {
   border-color: #765EC9;
 }
</style>