#888F9A

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

Shades of Light Slate Grey #888F9A

Tints of Light Slate Grey #888F9A

Color information

#888F9A (or 0x888F9A) is unknown color: approx Light Slate Grey. HEX triplet: 88, 8F and 9A. RGB value is (136,143,154). Sum of RGB (Red+Green+Blue) = 136+143+154=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #888F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F9A is #777065. Grayscale: #8E8E8E. Windows color (decimal): -7827558 or 10129288. OLE color: 10129288.

HSL color Cylindrical-coordinate representation of color #888F9A: hue angle of 216.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888F9A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136143154-
CMYK0.120.0700.40
HSL216.67º8.18%56.86%-
HSV(B)216.67º11.69%60.39%-
XYZ25.8127.2134.46-
YUV142.16134.68123.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=31.41%
G=33.03%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361431540.120.0700.40216.678.1856.86
Hex888F9AC7028d9839
Octal2102172321470503311071
Binary10001000100011111001101011001110101000110110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F9A; }

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

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

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

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

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

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

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

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