#7052CA

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

Shades of Slate Blue #7052CA

Tints of Slate Blue #7052CA

Color information

#7052CA (or 0x7052CA) is unknown color: approx Slate Blue. HEX triplet: 70, 52 and CA. RGB value is (112,82,202). Sum of RGB (Red+Green+Blue) = 112+82+202=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #7052CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052CA is #8FAD35. Grayscale: #686868. Windows color (decimal): -9415990 or 13259376. OLE color: 13259376.

HSL color Cylindrical-coordinate representation of color #7052CA: hue angle of 255º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7052CA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11282202-
CMYK0.450.5900.21
HSL255º53.1%55.69%-
HSV(B)255º59.41%79.22%-
XYZ20.3613.7457.46-
YUV104.65182.94133.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=28.28%
G=20.71%
B=51.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112822020.450.5900.2125553.155.69
Hex7052CA2D3B015ff3538
Octal16012231255730253776570
Binary111000010100101100101010110111101101010111111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7052CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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