#75899E

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

Shades of Light Slate Grey #75899E

Tints of Light Slate Grey #75899E

Color information

#75899E (or 0x75899E) is unknown color: approx Light Slate Grey. HEX triplet: 75, 89 and 9E. RGB value is (117,137,158). Sum of RGB (Red+Green+Blue) = 117+137+158=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #75899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899E is #8A7661. Grayscale: #858585. Windows color (decimal): -9074274 or 10389877. OLE color: 10389877.

HSL color Cylindrical-coordinate representation of color #75899E: hue angle of 210.73º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75899E is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117137158-
CMYK0.260.1300.38
HSL210.73º17.45%53.92%-
HSV(B)210.73º25.95%61.96%-
XYZ22.4524.1435.82-
YUV133.41141.87116.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=28.40%
G=33.25%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171371580.260.1300.38210.7317.4553.92
Hex75899E1AD026d31136
Octal16521123632150463232166
Binary1110101100010011001111011010110101001101101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75899E; }

 p { color: rgb(117,137,158); }

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

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

 a { background-color: rgb(117,137,158); }

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

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

 span { border-color: rgb(117,137,158); }

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