#805bd9

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

Shades of Slate Blue #805BD9

Tints of Slate Blue #805BD9

Color information

#805BD9 (or 0x805BD9) is unknown color: approx Slate Blue. HEX triplet: 80, 5B and D9. RGB value is (128,91,217). Sum of RGB (Red+Green+Blue) = 128+91+217=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #805BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BD9 is #7FA426. Grayscale: #737373. Windows color (decimal): -8365095 or 14244736. OLE color: 14244736.

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

Color convert

RGB12891217-
CMYK0.410.5800.15
HSL257.62º62.38%60.39%-
HSV(B)257.62º58.06%85.1%-
XYZ25.1717.0867.62-
YUV116.43184.76136.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=29.36%
G=20.87%
B=49.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128912170.410.5800.15257.6262.3860.39
Hex805BD9293A0F1023e3c
Octal20013333151720174027674
Binary1000000010110111101100110100111101001111100000010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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