#805AD9

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

Shades of Slate Blue #805AD9

Tints of Slate Blue #805AD9

Color information

#805AD9 (or 0x805AD9) is unknown color: approx Slate Blue. HEX triplet: 80, 5A and D9. RGB value is (128,90,217). Sum of RGB (Red+Green+Blue) = 128+90+217=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #805AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AD9 is #7FA526. Grayscale: #737373. Windows color (decimal): -8365351 or 14244480. OLE color: 14244480.

HSL color Cylindrical-coordinate representation of color #805AD9: hue angle of 257.95º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805AD9 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12890217-
CMYK0.410.5900.15
HSL257.95º62.56%60.2%-
HSV(B)257.95º58.53%85.1%-
XYZ25.0816.9167.59-
YUV115.84185.09136.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 217 (85.16% from 255) = 49.89%
R=29.43%
G=20.69%
B=49.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128902170.410.5900.15257.9562.5660.2
Hex805AD9293B0F1023f3c
Octal20013233151730174027774
Binary1000000010110101101100110100111101101111100000010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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