#7570DB

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

Shades of Medium Slate Blue #7570DB

Tints of Medium Slate Blue #7570DB

Color information

#7570DB (or 0x7570DB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 70 and DB. RGB value is (117,112,219). Sum of RGB (Red+Green+Blue) = 117+112+219=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7570DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570DB is #8A8F24. Grayscale: #7D7D7D. Windows color (decimal): -9080613 or 14381173. OLE color: 14381173.

HSL color Cylindrical-coordinate representation of color #7570DB: hue angle of 242.8º 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 #7570DB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117112219-
CMYK0.470.4900.14
HSL242.8º59.78%64.9%-
HSV(B)242.8º48.86%85.88%-
XYZ25.9220.4869.61-
YUV125.69180.66121.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=26.12%
G=25%
B=48.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171122190.470.4900.14242.859.7864.9
Hex7570DB2F310Ef33c41
Octal165160333576101636374101
Binary111010111100001101101110111111000101110111100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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