#805ad7

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

Shades of Slate Blue #805AD7

Tints of Slate Blue #805AD7

Color information

#805AD7 (or 0x805AD7) is unknown color: approx Slate Blue. HEX triplet: 80, 5A and D7. RGB value is (128,90,215). Sum of RGB (Red+Green+Blue) = 128+90+215=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #805AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AD7 is #7FA528. Grayscale: #737373. Windows color (decimal): -8365353 or 14113408. OLE color: 14113408.

HSL color Cylindrical-coordinate representation of color #805AD7: hue angle of 258.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805AD7 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12890215-
CMYK0.400.5800.16
HSL258.24º60.98%59.8%-
HSV(B)258.24º58.14%84.31%-
XYZ24.8216.8166.23-
YUV115.61184.09136.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 215 (84.38% from 255) = 49.65%
R=29.56%
G=20.79%
B=49.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128902150.400.5800.16258.2460.9859.8
Hex805AD7283A0101023d3c
Octal20013232750720204027574
Binary10000000101101011010111101000111010010000100000010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ad7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805ad7; }

 p { color: rgb(128,90,215); }

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

<style>
 a { background-color: #805ad7; }

 a { background-color: rgb(128,90,215); }

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

<style>
 span { border-color: #805ad7; }

 span { border-color: rgb(128,90,215); }

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