#8062DF

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

Shades of Medium Slate Blue #8062DF

Tints of Medium Slate Blue #8062DF

Color information

#8062DF (or 0x8062DF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 62 and DF. RGB value is (128,98,223). Sum of RGB (Red+Green+Blue) = 128+98+223=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #8062DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062DF is #7F9D20. Grayscale: #787878. Windows color (decimal): -8363297 or 14639744. OLE color: 14639744.

HSL color Cylindrical-coordinate representation of color #8062DF: hue angle of 254.4º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8062DF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12898223-
CMYK0.430.5600.13
HSL254.4º66.14%62.94%-
HSV(B)254.4º56.05%87.45%-
XYZ26.5918.6572.01-
YUV121.22185.44132.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=28.51%
G=21.83%
B=49.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128982230.430.5600.13254.466.1462.94
Hex8062DF2B380Dfe423f
Octal200142337537001537610277
Binary1000000011000101101111110101111100001101111111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8062DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8062DF; }

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

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

<style>
 a { background-color: #8062DF; }

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

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

<style>
 span { border-color: #8062DF; }

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

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