#764BDF

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

Shades of Slate Blue #764BDF

Tints of Slate Blue #764BDF

Color information

#764BDF (or 0x764BDF) is unknown color: approx Slate Blue. HEX triplet: 76, 4B and DF. RGB value is (118,75,223). Sum of RGB (Red+Green+Blue) = 118+75+223=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #764BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BDF is #89B420. Grayscale: #686868. Windows color (decimal): -9024545 or 14633846. OLE color: 14633846.

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

Color convert

RGB11875223-
CMYK0.470.6600.13
HSL257.43º69.81%58.43%-
HSV(B)257.43º66.37%87.45%-
XYZ23.3114.2171.33-
YUV104.73194.75137.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=28.37%
G=18.03%
B=53.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118752230.470.6600.13257.4369.8158.43
Hex764BDF2F420D101463a
Octal1661133375710201540110672
Binary11101101001011110111111011111000010011011000000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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