Html Css Color HEX #764ECB Slate Blue

📋 copy color: '#764ECB'

red 118 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #764ECB

Tints of Slate Blue #764ECB

RGB

 RED value IS 118 (46.48% from 255) = 29.57%

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 29.57%
G = 19.55%
B = 50.88%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764ECB (or 0x764ECB) is known color: Slate Blue. HEX triplet: 76, 4E and CB. RGB value is (118,78,203). Sum of RGB (Red+Green+Blue) = 118+78+203=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #764ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECB is #89B134. Grayscale: #676767. Windows color (decimal): -9023797 or 13323894. OLE color: 13323894.

HSL color Cylindrical-coordinate representation of color #764ECB: hue angle of 259.2º 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 #764ECB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 78 203 -
CMYK 0.42 0.62 0 0.20
HSL 259.2º 0.55% 0.55% -
HSV(B) 259.2º 0.62% 0.8% -
XYZ 20.98 13.61 58.02 -
YUV 104.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 118 78 203 0.42 0.62 0 0.20 259.2 0.55 0.55
Hex 76 4E CB 2A 3E 0 14 103 37 37
Octal 166 116 313 52 76 0 24 403 67 67
Binary 1110110 1001110 11001011 101010 111110 0 10100 100000011 110111 110111

Color Harmonies of #764ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ECB

Black with #764ECB

Text Example


Text Example

White with #764ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #764ECB;
 }
 .AnyTagClassName
 {
   color: #764ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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