#764EE1

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

Shades of Slate Blue #764EE1

Tints of Slate Blue #764EE1

Color information

#764EE1 (or 0x764EE1) is unknown color: approx Slate Blue. HEX triplet: 76, 4E and E1. RGB value is (118,78,225). Sum of RGB (Red+Green+Blue) = 118+78+225=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #764EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EE1 is #89B11E. Grayscale: #6A6A6A. Windows color (decimal): -9023775 or 14765686. OLE color: 14765686.

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

Color convert

RGB11878225-
CMYK0.480.6500.12
HSL256.33º71.01%59.41%-
HSV(B)256.33º65.33%88.24%-
XYZ23.7914.7472.82-
YUV106.72194.75136.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=28.03%
G=18.53%
B=53.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118782250.480.6500.12256.3371.0159.41
Hex764EE130410C100473b
Octal1661163416010101440010773
Binary11101101001110111000011100001000001011001000000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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