#7042D2

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

Shades of Slate Blue #7042D2

Tints of Slate Blue #7042D2

Color information

#7042D2 (or 0x7042D2) is unknown color: approx Slate Blue. HEX triplet: 70, 42 and D2. RGB value is (112,66,210). Sum of RGB (Red+Green+Blue) = 112+66+210=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #7042D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042D2 is #8FBD2D. Grayscale: #5F5F5F. Windows color (decimal): -9420078 or 13779568. OLE color: 13779568.

HSL color Cylindrical-coordinate representation of color #7042D2: hue angle of 259.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7042D2 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11266210-
CMYK0.470.6900.18
HSL259.17º61.54%54.12%-
HSV(B)259.17º68.57%82.35%-
XYZ20.2611.9962.22-
YUV96.17192.24139.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 210 (82.42% from 255) = 54.12%
R=28.87%
G=17.01%
B=54.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112662100.470.6900.18259.1761.5454.12
Hex7042D22F450121033e36
Octal160102322571050224037666
Binary11100001000010110100101011111000101010010100000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7042D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7042D2; }

 p { color: rgb(112,66,210); }

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

<style>
 a { background-color: #7042D2; }

 a { background-color: rgb(112,66,210); }

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

<style>
 span { border-color: #7042D2; }

 span { border-color: rgb(112,66,210); }

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