#7052DD

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

Shades of Slate Blue #7052DD

Tints of Slate Blue #7052DD

Color information

#7052DD (or 0x7052DD) is unknown color: approx Slate Blue. HEX triplet: 70, 52 and DD. RGB value is (112,82,221). Sum of RGB (Red+Green+Blue) = 112+82+221=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #7052DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052DD is #8FAD22. Grayscale: #6A6A6A. Windows color (decimal): -9415971 or 14504560. OLE color: 14504560.

HSL color Cylindrical-coordinate representation of color #7052DD: hue angle of 252.95º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7052DD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11282221-
CMYK0.490.6300.13
HSL252.95º67.15%59.41%-
HSV(B)252.95º62.9%86.67%-
XYZ22.7514.770.04-
YUV106.82192.44131.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=26.99%
G=19.76%
B=53.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112822210.490.6300.13252.9567.1559.41
Hex7052DD313F0Dfd433b
Octal160122335617701537510373
Binary111000010100101101110111000111111101101111111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7052DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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