Html Css Color HEX #888D95 Light Slate Grey

📋 copy color: '#888D95'

red 136 ◦ green 141 ◦ blue 149

#888D95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #888D95

Tints of Light Slate Grey #888D95

RGB

 RED value IS 136 (53.52% from 255) = 31.92%

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 31.92%
G = 33.1%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888D95 (or 0x888D95) is known color: Light Slate Grey. HEX triplet: 88, 8D and 95. RGB value is (136,141,149). Sum of RGB (Red+Green+Blue) = 136+141+149=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #888D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D95 is #77726A. Grayscale: #8C8C8C. Windows color (decimal): -7828075 or 9801096. OLE color: 9801096.

HSL color Cylindrical-coordinate representation of color #888D95: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888D95 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 141 149 -
CMYK 0.09 0.05 0 0.42
HSL 216.92º 0.06% 0.56% -
HSV(B) 216.92º 0.09% 0.58% -
XYZ 25.1 26.45 32.22 -
YUV 140.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 136 141 149 0.09 0.05 0 0.42 216.92 0.06 0.56
Hex 88 8D 95 9 5 0 2A D9 6 38
Octal 210 215 225 11 5 0 52 331 6 70
Binary 10001000 10001101 10010101 1001 101 0 101010 11011001 110 111000

Color Harmonies of #888D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D95

Black with #888D95

Text Example


Text Example

White with #888D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,141,149); }

 H1.HeaderClassName
 {
   color: #888D95;
 }
 .AnyTagClassName
 {
   color: #888D95;
 }
</style>

background-color css

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

 a { background-color: rgb(136,141,149); }

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

border-color css

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

 span { border-color: rgb(136,141,149); }

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