Html Css Color HEX #888F98 Light Slate Grey

📋 copy color: '#888F98'

red 136 ◦ green 143 ◦ blue 152

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

Shades of Light Slate Grey #888F98

Tints of Light Slate Grey #888F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 31.55%
G = 33.18%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#888F98 (or 0x888F98) is known color: Light Slate Grey. HEX triplet: 88, 8F and 98. RGB value is (136,143,152). Sum of RGB (Red+Green+Blue) = 136+143+152=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #888F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F98 is #777067. Grayscale: #8D8D8D. Windows color (decimal): -7827560 or 9998216. OLE color: 9998216.

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

Color convert

RGB 136 143 152 -
CMYK 0.11 0.06 0 0.40
HSL 213.75º 0.07% 0.56% -
HSV(B) 213.75º 0.11% 0.6% -
XYZ 25.64 27.15 33.59 -
YUV 141.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 136 143 152 0.11 0.06 0 0.40 213.75 0.07 0.56
Hex 88 8F 98 B 6 0 28 D6 7 38
Octal 210 217 230 13 6 0 50 326 7 70
Binary 10001000 10001111 10011000 1011 110 0 101000 11010110 111 111000

Color Harmonies of #888F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F98

Black with #888F98

Text Example


Text Example

White with #888F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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