#764ce0

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

Shades of Slate Blue #764CE0

Tints of Slate Blue #764CE0

Color information

#764CE0 (or 0x764CE0) is unknown color: approx Slate Blue. HEX triplet: 76, 4C and E0. RGB value is (118,76,224). Sum of RGB (Red+Green+Blue) = 118+76+224=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #764CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CE0 is #89B31F. Grayscale: #686868. Windows color (decimal): -9024288 or 14699638. OLE color: 14699638.

HSL color Cylindrical-coordinate representation of color #764CE0: hue angle of 257.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764CE0 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11876224-
CMYK0.470.6600.12
HSL257.03º70.48%58.82%-
HSV(B)257.03º66.07%87.84%-
XYZ23.5114.472.06-
YUV105.43194.91136.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 224 (87.89% from 255) = 53.59%
R=28.23%
G=18.18%
B=53.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118762240.470.6600.12257.0370.4858.82
Hex764CE02F420C101463b
Octal1661143405710201440110673
Binary11101101001100111000001011111000010011001000000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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