#805DD0

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

Shades of Slate Blue #805DD0

Tints of Slate Blue #805DD0

Color information

#805DD0 (or 0x805DD0) is unknown color: approx Slate Blue. HEX triplet: 80, 5D and D0. RGB value is (128,93,208). Sum of RGB (Red+Green+Blue) = 128+93+208=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #805DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DD0 is #7FA22F. Grayscale: #747474. Windows color (decimal): -8364592 or 13655424. OLE color: 13655424.

HSL color Cylindrical-coordinate representation of color #805DD0: hue angle of 258.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805DD0 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12893208-
CMYK0.380.5500.18
HSL258.26º55.02%59.02%-
HSV(B)258.26º55.29%81.57%-
XYZ24.216.9761.67-
YUV116.58179.6136.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=29.84%
G=21.68%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128932080.380.5500.18258.2655.0259.02
Hex805DD02637012102373b
Octal20013532046670224026773
Binary10000000101110111010000100110110111010010100000010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,93,208); }

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

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

 a { background-color: rgb(128,93,208); }

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

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

 span { border-color: rgb(128,93,208); }

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