#764DDF

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

Shades of Slate Blue #764DDF

Tints of Slate Blue #764DDF

Color information

#764DDF (or 0x764DDF) is unknown color: approx Slate Blue. HEX triplet: 76, 4D and DF. RGB value is (118,77,223). Sum of RGB (Red+Green+Blue) = 118+77+223=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #764DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDF is #89B220. Grayscale: #696969. Windows color (decimal): -9024033 or 14634358. OLE color: 14634358.

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

Color convert

RGB11877223-
CMYK0.470.6500.13
HSL256.85º69.52%58.82%-
HSV(B)256.85º65.47%87.45%-
XYZ23.4414.4971.37-
YUV105.9194.08136.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=28.23%
G=18.42%
B=53.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118772230.470.6500.13256.8569.5258.82
Hex764DDF2F410D101463b
Octal1661153375710101540110673
Binary11101101001101110111111011111000001011011000000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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