#764BC6

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

Shades of Slate Blue #764BC6

Tints of Slate Blue #764BC6

Color information

#764BC6 (or 0x764BC6) is unknown color: approx Slate Blue. HEX triplet: 76, 4B and C6. RGB value is (118,75,198). Sum of RGB (Red+Green+Blue) = 118+75+198=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #764BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BC6 is #89B439. Grayscale: #656565. Windows color (decimal): -9024570 or 12995446. OLE color: 12995446.

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

Color convert

RGB11875198-
CMYK0.400.6200.22
HSL260.98º51.9%53.53%-
HSV(B)260.98º62.12%77.65%-
XYZ20.1812.9654.86-
YUV101.88182.25139.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=30.18%
G=19.18%
B=50.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118751980.400.6200.22260.9851.953.53
Hex764BC6283E0161053436
Octal16611330650760264056466
Binary1110110100101111000110101000111110010110100000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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