#7055CB

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

Shades of Slate Blue #7055CB

Tints of Slate Blue #7055CB

Color information

#7055CB (or 0x7055CB) is unknown color: approx Slate Blue. HEX triplet: 70, 55 and CB. RGB value is (112,85,203). Sum of RGB (Red+Green+Blue) = 112+85+203=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #7055CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055CB is #8FAA34. Grayscale: #6A6A6A. Windows color (decimal): -9415221 or 13325680. OLE color: 13325680.

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

Color convert

RGB11285203-
CMYK0.450.5800.20
HSL253.73º53.15%56.47%-
HSV(B)253.73º58.13%79.61%-
XYZ20.7114.2558.16-
YUV106.52182.45131.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=28%
G=21.25%
B=50.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112852030.450.5800.20253.7353.1556.47
Hex7055CB2D3A014fe3538
Octal16012531355720243766570
Binary111000010101011100101110110111101001010011111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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