Html Css Color HEX #88949F Bali Hai

📋 copy color: '#88949F'

red 136 ◦ green 148 ◦ blue 159

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

Shades of Bali Hai #88949F

Tints of Bali Hai #88949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 30.7%
G = 33.41%
B = 35.89%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88949F (or 0x88949F) is known color: Bali Hai. HEX triplet: 88, 94 and 9F. RGB value is (136,148,159). Sum of RGB (Red+Green+Blue) = 136+148+159=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #88949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88949F is #776B60. Grayscale: #919191. Windows color (decimal): -7826273 or 10458248. OLE color: 10458248.

HSL color Cylindrical-coordinate representation of color #88949F: hue angle of 208.7º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88949F is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 148 159 -
CMYK 0.14 0.07 0 0.38
HSL 208.7º 0.11% 0.58% -
HSV(B) 208.7º 0.14% 0.62% -
XYZ 27 28.92 36.96 -
YUV 145.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 136 148 159 0.14 0.07 0 0.38 208.7 0.11 0.58
Hex 88 94 9F E 7 0 26 D1 B 3A
Octal 210 224 237 16 7 0 46 321 13 72
Binary 10001000 10010100 10011111 1110 111 0 100110 11010001 1011 111010

Color Harmonies of #88949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88949F

Black with #88949F

Text Example


Text Example

White with #88949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88949F; }

 p { color: rgb(136,148,159); }

 H1.HeaderClassName
 {
   color: #88949F;
 }
 .AnyTagClassName
 {
   color: #88949F;
 }
</style>

background-color css

<style>
 a { background-color: #88949F; }

 a { background-color: rgb(136,148,159); }

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

border-color css

<style>
 span { border-color: #88949F; }

 span { border-color: rgb(136,148,159); }

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