#764ECC

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

Shades of Slate Blue #764ECC

Tints of Slate Blue #764ECC

Color information

#764ECC (or 0x764ECC) is unknown color: approx Slate Blue. HEX triplet: 76, 4E and CC. RGB value is (118,78,204). Sum of RGB (Red+Green+Blue) = 118+78+204=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #764ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECC is #89B133. Grayscale: #676767. Windows color (decimal): -9023796 or 13389430. OLE color: 13389430.

HSL color Cylindrical-coordinate representation of color #764ECC: hue angle of 259.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764ECC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11878204-
CMYK0.420.6200.2
HSL259.05º55.26%55.29%-
HSV(B)259.05º61.76%80%-
XYZ21.0913.6658.65-
YUV104.32184.25137.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 204 (80.08% from 255) = 51%
R=29.5%
G=19.5%
B=51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118782040.420.6200.2259.0555.2655.29
Hex764ECC2A3E0141033737
Octal16611631452760244036767
Binary1110110100111011001100101010111110010100100000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,204); }

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

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

 a { background-color: rgb(118,78,204); }

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

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

 span { border-color: rgb(118,78,204); }

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