Html Css Color HEX #764ECC Slate Blue

📋 copy color: '#764ECC'

red 118 ◦ green 78 ◦ blue 204

#764ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #764ECC

Tints of Slate Blue #764ECC

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 value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#764ECC (or 0x764ECC) is known color: 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

RGB 118 78 204 -
CMYK 0.42 0.62 0 0.2
HSL 259.05º 0.55% 0.55% -
HSV(B) 259.05º 0.62% 0.8% -
XYZ 21.09 13.66 58.65 -
YUV 104.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 118 78 204 0.42 0.62 0 0.2 259.05 0.55 0.55
Hex 76 4E CC 2A 3E 0 14 103 37 37
Octal 166 116 314 52 76 0 24 403 67 67
Binary 1110110 1001110 11001100 101010 111110 0 10100 100000011 110111 110111

Color Harmonies of #764ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ECC

Black with #764ECC

Text Example


Text Example

White with #764ECC

Text Example


Text Example

HTML Codes & Css Web 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>