#7055CA

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

Shades of Slate Blue #7055CA

Tints of Slate Blue #7055CA

Color information

#7055CA (or 0x7055CA) is unknown color: approx Slate Blue. HEX triplet: 70, 55 and CA. RGB value is (112,85,202). Sum of RGB (Red+Green+Blue) = 112+85+202=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7055CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055CA is #8FAA35. Grayscale: #696969. Windows color (decimal): -9415222 or 13260144. OLE color: 13260144.

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

Color convert

RGB11285202-
CMYK0.450.5800.21
HSL253.85º52.47%56.27%-
HSV(B)253.85º57.92%79.22%-
XYZ20.5914.2157.53-
YUV106.41181.95131.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=28.07%
G=21.30%
B=50.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112852020.450.5800.21253.8552.4756.27
Hex7055CA2D3A015fe3438
Octal16012531255720253766470
Binary111000010101011100101010110111101001010111111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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