Html Css Color HEX #764BCD Slate Blue

📋 copy color: '#764BCD'

red 118 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #764BCD

Tints of Slate Blue #764BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 29.65%
G = 18.84%
B = 51.51%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764BCD (or 0x764BCD) is known color: Slate Blue. HEX triplet: 76, 4B and CD. RGB value is (118,75,205). Sum of RGB (Red+Green+Blue) = 118+75+205=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #764BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BCD is #89B432. Grayscale: #666666. Windows color (decimal): -9024563 or 13454198. OLE color: 13454198.

HSL color Cylindrical-coordinate representation of color #764BCD: hue angle of 259.85º degrees, saturation: 0.57, 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 #764BCD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 75 205 -
CMYK 0.42 0.63 0 0.20
HSL 259.85º 0.57% 0.55% -
HSV(B) 259.85º 0.63% 0.8% -
XYZ 21.01 13.29 59.22 -
YUV 102.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 118 75 205 0.42 0.63 0 0.20 259.85 0.57 0.55
Hex 76 4B CD 2A 3F 0 14 104 39 37
Octal 166 113 315 52 77 0 24 404 71 67
Binary 1110110 1001011 11001101 101010 111111 0 10100 100000100 111001 110111

Color Harmonies of #764BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BCD

Black with #764BCD

Text Example


Text Example

White with #764BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,75,205); }

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

background-color css

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

 a { background-color: rgb(118,75,205); }

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

border-color css

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

 span { border-color: rgb(118,75,205); }

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