Html Css Color HEX #764CCC Slate Blue

📋 copy color: '#764CCC'

red 118 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #764CCC

Tints of Slate Blue #764CCC

RGB

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

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

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

R = 29.65%
G = 19.1%
B = 51.26%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#764CCC (or 0x764CCC) is known color: Slate Blue. HEX triplet: 76, 4C and CC. RGB value is (118,76,204). Sum of RGB (Red+Green+Blue) = 118+76+204=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #764CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CCC is #89B333. Grayscale: #666666. Windows color (decimal): -9024308 or 13388918. OLE color: 13388918.

HSL color Cylindrical-coordinate representation of color #764CCC: hue angle of 259.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764CCC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 76 204 -
CMYK 0.42 0.63 0 0.2
HSL 259.69º 0.56% 0.55% -
HSV(B) 259.69º 0.63% 0.8% -
XYZ 20.95 13.38 58.6 -
YUV 103.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 118 76 204 0.42 0.63 0 0.2 259.69 0.56 0.55
Hex 76 4C CC 2A 3F 0 14 104 38 37
Octal 166 114 314 52 77 0 24 404 70 67
Binary 1110110 1001100 11001100 101010 111111 0 10100 100000100 111000 110111

Color Harmonies of #764CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CCC

Black with #764CCC

Text Example


Text Example

White with #764CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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