#8070DB

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

Shades of Medium Slate Blue #8070DB

Tints of Medium Slate Blue #8070DB

Color information

#8070DB (or 0x8070DB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 70 and DB. RGB value is (128,112,219). Sum of RGB (Red+Green+Blue) = 128+112+219=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #8070DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070DB is #7F8F24. Grayscale: #808080. Windows color (decimal): -8359717 or 14381184. OLE color: 14381184.

HSL color Cylindrical-coordinate representation of color #8070DB: hue angle of 248.97º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8070DB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128112219-
CMYK0.420.4900.14
HSL248.97º59.78%64.9%-
HSV(B)248.97º48.86%85.88%-
XYZ27.4821.2969.68-
YUV128.98178.8127.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=27.89%
G=24.40%
B=47.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281122190.420.4900.14248.9759.7864.9
Hex8070DB2A310Ef93c41
Octal200160333526101637174101
Binary1000000011100001101101110101011000101110111110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8070DB; }

 p { color: rgb(128,112,219); }

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

<style>
 a { background-color: #8070DB; }

 a { background-color: rgb(128,112,219); }

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

<style>
 span { border-color: #8070DB; }

 span { border-color: rgb(128,112,219); }

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