#764ADF

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

Shades of Slate Blue #764ADF

Tints of Slate Blue #764ADF

Color information

#764ADF (or 0x764ADF) is unknown color: approx Slate Blue. HEX triplet: 76, 4A and DF. RGB value is (118,74,223). Sum of RGB (Red+Green+Blue) = 118+74+223=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #764ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ADF is #89B520. Grayscale: #676767. Windows color (decimal): -9024801 or 14633590. OLE color: 14633590.

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

Color convert

RGB11874223-
CMYK0.470.6700.13
HSL257.72º69.95%58.24%-
HSV(B)257.72º66.82%87.45%-
XYZ23.2414.0871.3-
YUV104.14195.08137.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=28.43%
G=17.83%
B=53.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118742230.470.6700.13257.7269.9558.24
Hex764ADF2F430D102463a
Octal1661123375710301540210672
Binary11101101001010110111111011111000011011011000000101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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