#764ECD

Color #764ECD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #764ECD

Tints of Slate Blue #764ECD

Color information

#764ECD (or 0x764ECD) is unknown color: approx Slate Blue. HEX triplet: 76, 4E and CD. RGB value is (118,78,205). Sum of RGB (Red+Green+Blue) = 118+78+205=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #764ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECD is #89B132. Grayscale: #676767. Windows color (decimal): -9023795 or 13454966. OLE color: 13454966.

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

Color convert

RGB11878205-
CMYK0.420.6200.20
HSL258.9º55.95%55.49%-
HSV(B)258.9º61.95%80.39%-
XYZ21.2213.7159.29-
YUV104.44184.75137.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 78 (30.86% from 255) = 19.45%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=29.43%
G=19.45%
B=51.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118782050.420.6200.20258.955.9555.49
Hex764ECD2A3E0141033837
Octal16611631552760244037067
Binary1110110100111011001101101010111110010100100000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #764ECD;
 }
 .AnyTagClassName
 {
   color: #764ECD;
 }
</style>
background-color css

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

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

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

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

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

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