#805ADF

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

Shades of Medium Slate Blue #805ADF

Tints of Medium Slate Blue #805ADF

Color information

#805ADF (or 0x805ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5A and DF. RGB value is (128,90,223). Sum of RGB (Red+Green+Blue) = 128+90+223=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #805ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ADF is #7FA520. Grayscale: #747474. Windows color (decimal): -8365345 or 14637696. OLE color: 14637696.

HSL color Cylindrical-coordinate representation of color #805ADF: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805ADF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12890223-
CMYK0.430.6000.13
HSL257.14º67.51%61.37%-
HSV(B)257.14º59.64%87.45%-
XYZ25.8817.2371.77-
YUV116.52188.09136.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 223 (87.5% from 255) = 50.57%
R=29.02%
G=20.41%
B=50.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128902230.430.6000.13257.1467.5161.37
Hex805ADF2B3C0D101443d
Octal200132337537401540110475
Binary10000000101101011011111101011111100011011000000011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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