Html Css Color HEX #88989D Bali Hai

📋 copy color: '#88989D'

red 136 ◦ green 152 ◦ blue 157

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

Shades of Bali Hai #88989D

Tints of Bali Hai #88989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 30.56%
G = 34.16%
B = 35.28%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88989D (or 0x88989D) is known color: Bali Hai. HEX triplet: 88, 98 and 9D. RGB value is (136,152,157). Sum of RGB (Red+Green+Blue) = 136+152+157=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #88989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989D is #776762. Grayscale: #939393. Windows color (decimal): -7825251 or 10328200. OLE color: 10328200.

HSL color Cylindrical-coordinate representation of color #88989D: hue angle of 194.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88989D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 152 157 -
CMYK 0.13 0.03 0 0.38
HSL 194.29º 0.1% 0.57% -
HSV(B) 194.29º 0.13% 0.62% -
XYZ 27.47 30.13 36.27 -
YUV 147.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 136 152 157 0.13 0.03 0 0.38 194.29 0.1 0.57
Hex 88 98 9D D 3 0 26 C2 A 39
Octal 210 230 235 15 3 0 46 302 12 71
Binary 10001000 10011000 10011101 1101 11 0 100110 11000010 1010 111001

Color Harmonies of #88989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88989D

Black with #88989D

Text Example


Text Example

White with #88989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88989D; }

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

 H1.HeaderClassName
 {
   color: #88989D;
 }
 .AnyTagClassName
 {
   color: #88989D;
 }
</style>

background-color css

<style>
 a { background-color: #88989D; }

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

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

border-color css

<style>
 span { border-color: #88989D; }

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

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