#88929C

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

Shades of Light Slate Grey #88929C

Tints of Light Slate Grey #88929C

Color information

#88929C (or 0x88929C) is unknown color: approx Light Slate Grey. HEX triplet: 88, 92 and 9C. RGB value is (136,146,156). Sum of RGB (Red+Green+Blue) = 136+146+156=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #88929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88929C is #776D63. Grayscale: #909090. Windows color (decimal): -7826788 or 10261128. OLE color: 10261128.

HSL color Cylindrical-coordinate representation of color #88929C: hue angle of 210º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88929C is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136146156-
CMYK0.130.0600.39
HSL210º9.17%57.25%-
HSV(B)210º12.82%61.18%-
XYZ26.4328.1935.5-
YUV144.15134.69122.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=31.05%
G=33.33%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361461560.130.0600.392109.1757.25
Hex88929CD6027d2939
Octal2102222341560473221171
Binary10001000100100101001110011011100100111110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88929C; }

 p { color: rgb(136,146,156); }

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

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

 a { background-color: rgb(136,146,156); }

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

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

 span { border-color: rgb(136,146,156); }

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