#758899

Color #758899 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #758899

Tints of Light Slate Grey #758899

Color information

#758899 (or 0x758899) is unknown color: approx Light Slate Grey. HEX triplet: 75, 88 and 99. RGB value is (117,136,153). Sum of RGB (Red+Green+Blue) = 117+136+153=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #758899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758899 is #8A7766. Grayscale: #848484. Windows color (decimal): -9074535 or 10061941. OLE color: 10061941.

HSL color Cylindrical-coordinate representation of color #758899: hue angle of 208.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758899 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117136153-
CMYK0.240.1100.4
HSL208.33º15%52.94%-
HSV(B)208.33º23.53%60%-
XYZ21.8923.6933.56-
YUV132.26139.71117.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=28.82%
G=33.50%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171361530.240.1100.4208.331552.94
Hex75889918B028d0f35
Octal16521023130130503201765
Binary111010110001000100110011100010110101000110100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758899; }

 p { color: rgb(117,136,153); }

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

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

 a { background-color: rgb(117,136,153); }

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

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

 span { border-color: rgb(117,136,153); }

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