#75889A

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

Shades of Light Slate Grey #75889A

Tints of Light Slate Grey #75889A

Color information

#75889A (or 0x75889A) is unknown color: approx Light Slate Grey. HEX triplet: 75, 88 and 9A. RGB value is (117,136,154). Sum of RGB (Red+Green+Blue) = 117+136+154=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #75889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75889A is #8A7765. Grayscale: #848484. Windows color (decimal): -9074534 or 10127477. OLE color: 10127477.

HSL color Cylindrical-coordinate representation of color #75889A: hue angle of 209.19º 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 #75889A is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117136154-
CMYK0.240.1200.40
HSL209.19º15.48%53.14%-
HSV(B)209.19º24.03%60.39%-
XYZ21.9723.7233.99-
YUV132.37140.21117.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=28.75%
G=33.42%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171361540.240.1200.40209.1915.4853.14
Hex75889A18C028d1f35
Octal16521023230140503211765
Binary111010110001000100110101100011000101000110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75889A; }

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

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

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

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

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

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

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

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