Html Css Color HEX #764CDF Slate Blue

📋 copy color: '#764CDF'

red 118 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #764CDF

Tints of Slate Blue #764CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 28.3%
G = 18.23%
B = 53.48%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#764CDF (or 0x764CDF) is known color: Slate Blue. HEX triplet: 76, 4C and DF. RGB value is (118,76,223). Sum of RGB (Red+Green+Blue) = 118+76+223=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #764CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CDF is #89B320. Grayscale: #686868. Windows color (decimal): -9024289 or 14634102. OLE color: 14634102.

HSL color Cylindrical-coordinate representation of color #764CDF: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764CDF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 76 223 -
CMYK 0.47 0.66 0 0.13
HSL 257.14º 0.7% 0.59% -
HSV(B) 257.14º 0.66% 0.87% -
XYZ 23.37 14.35 71.35 -
YUV 105.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 118 76 223 0.47 0.66 0 0.13 257.14 0.7 0.59
Hex 76 4C DF 2F 42 0 D 101 46 3B
Octal 166 114 337 57 102 0 15 401 106 73
Binary 1110110 1001100 11011111 101111 1000010 0 1101 100000001 1000110 111011

Color Harmonies of #764CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CDF

Black with #764CDF

Text Example


Text Example

White with #764CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,223); }

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

background-color css

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

 a { background-color: rgb(118,76,223); }

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

border-color css

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

 span { border-color: rgb(118,76,223); }

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