#766AD5

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

Shades of Slate Blue #766AD5

Tints of Slate Blue #766AD5

Color information

#766AD5 (or 0x766AD5) is unknown color: approx Slate Blue. HEX triplet: 76, 6A and D5. RGB value is (118,106,213). Sum of RGB (Red+Green+Blue) = 118+106+213=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #766AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AD5 is #89952A. Grayscale: #797979. Windows color (decimal): -9016619 or 13986422. OLE color: 13986422.

HSL color Cylindrical-coordinate representation of color #766AD5: hue angle of 246.73º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766AD5 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118106213-
CMYK0.450.5000.16
HSL246.73º56.02%62.55%-
HSV(B)246.73º50.23%83.53%-
XYZ24.6418.9665.31-
YUV121.79179.48125.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=27.00%
G=24.26%
B=48.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181062130.450.5000.16246.7356.0262.55
Hex766AD52D32010f7383f
Octal16615232555620203677077
Binary111011011010101101010110110111001001000011110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766AD5; }

 p { color: rgb(118,106,213); }

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

<style>
 a { background-color: #766AD5; }

 a { background-color: rgb(118,106,213); }

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

<style>
 span { border-color: #766AD5; }

 span { border-color: rgb(118,106,213); }

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