#764bd2

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

Shades of Slate Blue #764BD2

Tints of Slate Blue #764BD2

Color information

#764BD2 (or 0x764BD2) is unknown color: approx Slate Blue. HEX triplet: 76, 4B and D2. RGB value is (118,75,210). Sum of RGB (Red+Green+Blue) = 118+75+210=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #764BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BD2 is #89B42D. Grayscale: #666666. Windows color (decimal): -9024558 or 13781878. OLE color: 13781878.

HSL color Cylindrical-coordinate representation of color #764BD2: hue angle of 259.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764BD2 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11875210-
CMYK0.440.6400.18
HSL259.11º60%55.88%-
HSV(B)259.11º64.29%82.35%-
XYZ21.6213.5462.45-
YUV103.25188.25138.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 210 (82.42% from 255) = 52.11%
R=29.28%
G=18.61%
B=52.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118752100.440.6400.18259.116055.88
Hex764BD22C400121033c38
Octal166113322541000224037470
Binary11101101001011110100101011001000000010010100000011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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