Html Css Color HEX #88919B Light Slate Grey

📋 copy color: '#88919B'

red 136 ◦ green 145 ◦ blue 155

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

Shades of Light Slate Grey #88919B

Tints of Light Slate Grey #88919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 31.19%
G = 33.26%
B = 35.55%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88919B (or 0x88919B) is known color: Light Slate Grey. HEX triplet: 88, 91 and 9B. RGB value is (136,145,155). Sum of RGB (Red+Green+Blue) = 136+145+155=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #88919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88919B is #776E64. Grayscale: #8F8F8F. Windows color (decimal): -7827045 or 10195336. OLE color: 10195336.

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

Color convert

RGB 136 145 155 -
CMYK 0.12 0.06 0 0.39
HSL 211.58º 0.09% 0.57% -
HSV(B) 211.58º 0.12% 0.61% -
XYZ 26.2 27.85 35.01 -
YUV 143.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 136 145 155 0.12 0.06 0 0.39 211.58 0.09 0.57
Hex 88 91 9B C 6 0 27 D4 9 39
Octal 210 221 233 14 6 0 47 324 11 71
Binary 10001000 10010001 10011011 1100 110 0 100111 11010100 1001 111001

Color Harmonies of #88919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88919B

Black with #88919B

Text Example


Text Example

White with #88919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88919B; }

 p { color: rgb(136,145,155); }

 H1.HeaderClassName
 {
   color: #88919B;
 }
 .AnyTagClassName
 {
   color: #88919B;
 }
</style>

background-color css

<style>
 a { background-color: #88919B; }

 a { background-color: rgb(136,145,155); }

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

border-color css

<style>
 span { border-color: #88919B; }

 span { border-color: rgb(136,145,155); }

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