#805ED5

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

Shades of Slate Blue #805ED5

Tints of Slate Blue #805ED5

Color information

#805ED5 (or 0x805ED5) is unknown color: approx Slate Blue. HEX triplet: 80, 5E and D5. RGB value is (128,94,213). Sum of RGB (Red+Green+Blue) = 128+94+213=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #805ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ED5 is #7FA12A. Grayscale: #757575. Windows color (decimal): -8364331 or 13983360. OLE color: 13983360.

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

Color convert

RGB12894213-
CMYK0.400.5600.16
HSL257.14º58.62%60.2%-
HSV(B)257.14º55.87%83.53%-
XYZ24.9217.465-
YUV117.73181.76135.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=29.43%
G=21.61%
B=48.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128942130.400.5600.16257.1458.6260.2
Hex805ED528380101013b3c
Octal20013632550700204017374
Binary10000000101111011010101101000111000010000100000001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,94,213); }

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

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

 a { background-color: rgb(128,94,213); }

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

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

 span { border-color: rgb(128,94,213); }

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