#7059DD

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

Shades of Slate Blue #7059DD

Tints of Slate Blue #7059DD

Color information

#7059DD (or 0x7059DD) is unknown color: approx Slate Blue. HEX triplet: 70, 59 and DD. RGB value is (112,89,221). Sum of RGB (Red+Green+Blue) = 112+89+221=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7059DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059DD is #8FA622. Grayscale: #6E6E6E. Windows color (decimal): -9414179 or 14506352. OLE color: 14506352.

HSL color Cylindrical-coordinate representation of color #7059DD: hue angle of 250.45º degrees, saturation: 0.66, 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 #7059DD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11289221-
CMYK0.490.6000.13
HSL250.45º66%60.78%-
HSV(B)250.45º59.73%86.67%-
XYZ23.3115.8170.23-
YUV110.92190.12128.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=26.54%
G=21.09%
B=52.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112892210.490.6000.13250.456660.78
Hex7059DD313C0Dfa423d
Octal160131335617401537210275
Binary111000010110011101110111000111110001101111110101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059DD; }

 p { color: rgb(112,89,221); }

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

<style>
 a { background-color: #7059DD; }

 a { background-color: rgb(112,89,221); }

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

<style>
 span { border-color: #7059DD; }

 span { border-color: rgb(112,89,221); }

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