Html Css Color HEX #8897A7 Bali Hai

📋 copy color: '#8897A7'

red 136 ◦ green 151 ◦ blue 167

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

Shades of Bali Hai #8897A7

Tints of Bali Hai #8897A7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.26%

 BLUE value IS 167 (65.63% from 255) = 36.78%

R = 29.96%
G = 33.26%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8897A7 (or 0x8897A7) is known color: Bali Hai. HEX triplet: 88, 97 and A7. RGB value is (136,151,167). Sum of RGB (Red+Green+Blue) = 136+151+167=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 167 - color contains mainly: blue. Hex color #8897A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8897A7 is #776858. Grayscale: #949494. Windows color (decimal): -7825497 or 10983304. OLE color: 10983304.

HSL color Cylindrical-coordinate representation of color #8897A7: hue angle of 210.97º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8897A7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 151 167 -
CMYK 0.19 0.10 0 0.35
HSL 210.97º 0.15% 0.59% -
HSV(B) 210.97º 0.19% 0.65% -
XYZ 28.2 30.16 40.89 -
YUV 148.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 136 151 167 0.19 0.10 0 0.35 210.97 0.15 0.59
Hex 88 97 A7 13 A 0 23 D3 F 3B
Octal 210 227 247 23 12 0 43 323 17 73
Binary 10001000 10010111 10100111 10011 1010 0 100011 11010011 1111 111011

Color Harmonies of #8897A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8897A7

Black with #8897A7

Text Example


Text Example

White with #8897A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8897A7; }

 p { color: rgb(136,151,167); }

 H1.HeaderClassName
 {
   color: #8897A7;
 }
 .AnyTagClassName
 {
   color: #8897A7;
 }
</style>

background-color css

<style>
 a { background-color: #8897A7; }

 a { background-color: rgb(136,151,167); }

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

border-color css

<style>
 span { border-color: #8897A7; }

 span { border-color: rgb(136,151,167); }

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