#7051CC

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

Shades of Slate Blue #7051CC

Tints of Slate Blue #7051CC

Color information

#7051CC (or 0x7051CC) is unknown color: approx Slate Blue. HEX triplet: 70, 51 and CC. RGB value is (112,81,204). Sum of RGB (Red+Green+Blue) = 112+81+204=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #7051CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051CC is #8FAE33. Grayscale: #676767. Windows color (decimal): -9416244 or 13390192. OLE color: 13390192.

HSL color Cylindrical-coordinate representation of color #7051CC: hue angle of 255.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7051CC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11281204-
CMYK0.450.6000.2
HSL255.12º54.67%55.88%-
HSV(B)255.12º60.29%80%-
XYZ20.5213.6958.69-
YUV104.29184.27133.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=28.21%
G=20.40%
B=51.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112812040.450.6000.2255.1254.6755.88
Hex7051CC2D3C014ff3738
Octal16012131455740243776770
Binary111000010100011100110010110111110001010011111111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7051CC; }

 p { color: rgb(112,81,204); }

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

<style>
 a { background-color: #7051CC; }

 a { background-color: rgb(112,81,204); }

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

<style>
 span { border-color: #7051CC; }

 span { border-color: rgb(112,81,204); }

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