Html Css Color HEX #764CCA Slate Blue

📋 copy color: '#764CCA'

red 118 ◦ green 76 ◦ blue 202

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

Shades of Slate Blue #764CCA

Tints of Slate Blue #764CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 29.8%
G = 19.19%
B = 51.01%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#764CCA (or 0x764CCA) is known color: Slate Blue. HEX triplet: 76, 4C and CA. RGB value is (118,76,202). Sum of RGB (Red+Green+Blue) = 118+76+202=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #764CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CCA is #89B335. Grayscale: #666666. Windows color (decimal): -9024310 or 13257846. OLE color: 13257846.

HSL color Cylindrical-coordinate representation of color #764CCA: hue angle of 260º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764CCA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 76 202 -
CMYK 0.42 0.62 0 0.21
HSL 260º 0.54% 0.55% -
HSV(B) 260º 0.62% 0.79% -
XYZ 20.72 13.28 57.35 -
YUV 102.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 118 76 202 0.42 0.62 0 0.21 260 0.54 0.55
Hex 76 4C CA 2A 3E 0 15 104 36 37
Octal 166 114 312 52 76 0 25 404 66 67
Binary 1110110 1001100 11001010 101010 111110 0 10101 100000100 110110 110111

Color Harmonies of #764CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CCA

Black with #764CCA

Text Example


Text Example

White with #764CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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