#764ECA

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

Shades of Slate Blue #764ECA

Tints of Slate Blue #764ECA

Color information

#764ECA (or 0x764ECA) is unknown color: approx Slate Blue. HEX triplet: 76, 4E and CA. RGB value is (118,78,202). Sum of RGB (Red+Green+Blue) = 118+78+202=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #764ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECA is #89B135. Grayscale: #676767. Windows color (decimal): -9023798 or 13258358. OLE color: 13258358.

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

Color convert

RGB11878202-
CMYK0.420.6100.21
HSL259.35º53.91%54.9%-
HSV(B)259.35º61.39%79.22%-
XYZ20.8613.5657.4-
YUV104.1183.25137.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=29.65%
G=19.60%
B=50.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118782020.420.6100.21259.3553.9154.9
Hex764ECA2A3D0151033637
Octal16611631252750254036667
Binary1110110100111011001010101010111101010101100000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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