Html Css Color HEX #764ECF Slate Blue

📋 copy color: '#764ECF'

red 118 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #764ECF

Tints of Slate Blue #764ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 29.28%
G = 19.35%
B = 51.36%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764ECF (or 0x764ECF) is known color: Slate Blue. HEX triplet: 76, 4E and CF. RGB value is (118,78,207). Sum of RGB (Red+Green+Blue) = 118+78+207=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #764ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECF is #89B130. Grayscale: #686868. Windows color (decimal): -9023793 or 13586038. OLE color: 13586038.

HSL color Cylindrical-coordinate representation of color #764ECF: hue angle of 258.6º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764ECF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 78 207 -
CMYK 0.43 0.62 0 0.19
HSL 258.6º 0.57% 0.56% -
HSV(B) 258.6º 0.62% 0.81% -
XYZ 21.46 13.81 60.57 -
YUV 104.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 118 78 207 0.43 0.62 0 0.19 258.6 0.57 0.56
Hex 76 4E CF 2B 3E 0 13 103 39 38
Octal 166 116 317 53 76 0 23 403 71 70
Binary 1110110 1001110 11001111 101011 111110 0 10011 100000011 111001 111000

Color Harmonies of #764ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ECF

Black with #764ECF

Text Example


Text Example

White with #764ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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