#7556CB

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

Shades of Slate Blue #7556CB

Tints of Slate Blue #7556CB

Color information

#7556CB (or 0x7556CB) is unknown color: approx Slate Blue. HEX triplet: 75, 56 and CB. RGB value is (117,86,203). Sum of RGB (Red+Green+Blue) = 117+86+203=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7556CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556CB is #8AA934. Grayscale: #6C6C6C. Windows color (decimal): -9087285 or 13325941. OLE color: 13325941.

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

Color convert

RGB11786203-
CMYK0.420.5800.20
HSL255.9º52.94%56.67%-
HSV(B)255.9º57.64%79.61%-
XYZ21.4414.7558.22-
YUV108.61181.27133.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 203 (79.69% from 255) = 50%
R=28.82%
G=21.18%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117862030.420.5800.20255.952.9456.67
Hex7556CB2A3A0141003539
Octal16512631352720244006571
Binary1110101101011011001011101010111010010100100000000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,86,203); }

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

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

 a { background-color: rgb(117,86,203); }

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

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

 span { border-color: rgb(117,86,203); }

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