Html Css Color HEX #764DCC Slate Blue

📋 copy color: '#764DCC'

red 118 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #764DCC

Tints of Slate Blue #764DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 29.57%
G = 19.3%
B = 51.13%

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

#764DCC (or 0x764DCC) is known color: Slate Blue. HEX triplet: 76, 4D and CC. RGB value is (118,77,204). Sum of RGB (Red+Green+Blue) = 118+77+204=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #764DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DCC is #89B233. Grayscale: #676767. Windows color (decimal): -9024052 or 13389174. OLE color: 13389174.

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

Color convert

RGB 118 77 204 -
CMYK 0.42 0.62 0 0.2
HSL 259.37º 0.55% 0.55% -
HSV(B) 259.37º 0.62% 0.8% -
XYZ 21.02 13.52 58.63 -
YUV 103.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 118 77 204 0.42 0.62 0 0.2 259.37 0.55 0.55
Hex 76 4D CC 2A 3E 0 14 103 37 37
Octal 166 115 314 52 76 0 24 403 67 67
Binary 1110110 1001101 11001100 101010 111110 0 10100 100000011 110111 110111

Color Harmonies of #764DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DCC

Black with #764DCC

Text Example


Text Example

White with #764DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,204); }

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

background-color css

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

 a { background-color: rgb(118,77,204); }

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

border-color css

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

 span { border-color: rgb(118,77,204); }

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