#764DC6

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

Shades of Slate Blue #764DC6

Tints of Slate Blue #764DC6

Color information

#764DC6 (or 0x764DC6) is unknown color: approx Slate Blue. HEX triplet: 76, 4D and C6. RGB value is (118,77,198). Sum of RGB (Red+Green+Blue) = 118+77+198=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #764DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DC6 is #89B239. Grayscale: #666666. Windows color (decimal): -9024058 or 12995958. OLE color: 12995958.

HSL color Cylindrical-coordinate representation of color #764DC6: hue angle of 260.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764DC6 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11877198-
CMYK0.400.6100.22
HSL260.33º51.49%53.92%-
HSV(B)260.33º61.11%77.65%-
XYZ20.3213.2454.91-
YUV103.05181.58138.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=30.03%
G=19.59%
B=50.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118771980.400.6100.22260.3351.4953.92
Hex764DC6283D0161043336
Octal16611530650750264046366
Binary1110110100110111000110101000111101010110100000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764DC6; }

 p { color: rgb(118,77,198); }

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

<style>
 a { background-color: #764DC6; }

 a { background-color: rgb(118,77,198); }

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

<style>
 span { border-color: #764DC6; }

 span { border-color: rgb(118,77,198); }

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