#75889D

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

Shades of Light Slate Grey #75889D

Tints of Light Slate Grey #75889D

Color information

#75889D (or 0x75889D) is unknown color: approx Light Slate Grey. HEX triplet: 75, 88 and 9D. RGB value is (117,136,157). Sum of RGB (Red+Green+Blue) = 117+136+157=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #75889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75889D is #8A7762. Grayscale: #848484. Windows color (decimal): -9074531 or 10324085. OLE color: 10324085.

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

Color convert

RGB117136157-
CMYK0.250.1300.38
HSL211.5º16.95%53.73%-
HSV(B)211.5º25.48%61.57%-
XYZ22.2323.8235.33-
YUV132.71141.71116.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=28.54%
G=33.17%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171361570.250.1300.38211.516.9553.73
Hex75889D19D026d31136
Octal16521023531150463232166
Binary1110101100010001001110111001110101001101101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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