#7053D6

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

Shades of Slate Blue #7053D6

Tints of Slate Blue #7053D6

Color information

#7053D6 (or 0x7053D6) is unknown color: approx Slate Blue. HEX triplet: 70, 53 and D6. RGB value is (112,83,214). Sum of RGB (Red+Green+Blue) = 112+83+214=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #7053D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053D6 is #8FAC29. Grayscale: #6A6A6A. Windows color (decimal): -9415722 or 14046064. OLE color: 14046064.

HSL color Cylindrical-coordinate representation of color #7053D6: hue angle of 253.28º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7053D6 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11283214-
CMYK0.480.6100.16
HSL253.28º61.5%58.24%-
HSV(B)253.28º61.21%83.92%-
XYZ21.9114.4965.26-
YUV106.6188.61131.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 214 (83.98% from 255) = 52.32%
R=27.38%
G=20.29%
B=52.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112832140.480.6100.16253.2861.558.24
Hex7053D6303D010fd3e3a
Octal16012332660750203757672
Binary111000010100111101011011000011110101000011111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7053D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7053D6; }

 p { color: rgb(112,83,214); }

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

<style>
 a { background-color: #7053D6; }

 a { background-color: rgb(112,83,214); }

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

<style>
 span { border-color: #7053D6; }

 span { border-color: rgb(112,83,214); }

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