Html Css Color HEX #764CDC Slate Blue

📋 copy color: '#764CDC'

red 118 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #764CDC

Tints of Slate Blue #764CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 28.5%
G = 18.36%
B = 53.14%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#764CDC (or 0x764CDC) is known color: Slate Blue. HEX triplet: 76, 4C and DC. RGB value is (118,76,220). Sum of RGB (Red+Green+Blue) = 118+76+220=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #764CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CDC is #89B323. Grayscale: #686868. Windows color (decimal): -9024292 or 14437494. OLE color: 14437494.

HSL color Cylindrical-coordinate representation of color #764CDC: hue angle of 257.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764CDC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 76 220 -
CMYK 0.46 0.65 0 0.14
HSL 257.5º 0.67% 0.58% -
HSV(B) 257.5º 0.65% 0.86% -
XYZ 22.97 14.19 69.24 -
YUV 104.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 118 76 220 0.46 0.65 0 0.14 257.5 0.67 0.58
Hex 76 4C DC 2E 41 0 E 102 43 3A
Octal 166 114 334 56 101 0 16 402 103 72
Binary 1110110 1001100 11011100 101110 1000001 0 1110 100000010 1000011 111010

Color Harmonies of #764CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CDC

Black with #764CDC

Text Example


Text Example

White with #764CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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