Html Css Color HEX #8197AB Bali Hai

📋 copy color: '#8197AB'

red 129 ◦ green 151 ◦ blue 171

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

Shades of Bali Hai #8197AB

Tints of Bali Hai #8197AB

RGB

 RED value IS 129 (50.78% from 255) = 28.6%

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 28.6%
G = 33.48%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8197AB (or 0x8197AB) is known color: Bali Hai. HEX triplet: 81, 97 and AB. RGB value is (129,151,171). Sum of RGB (Red+Green+Blue) = 129+151+171=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8197AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8197AB is #7E6854. Grayscale: #929292. Windows color (decimal): -8284245 or 11245441. OLE color: 11245441.

HSL color Cylindrical-coordinate representation of color #8197AB: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8197AB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 151 171 -
CMYK 0.25 0.12 0 0.33
HSL 208.57º 0.2% 0.59% -
HSV(B) 208.57º 0.25% 0.67% -
XYZ 27.47 29.74 42.82 -
YUV 146.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 129 151 171 0.25 0.12 0 0.33 208.57 0.2 0.59
Hex 81 97 AB 19 C 0 21 D1 14 3B
Octal 201 227 253 31 14 0 41 321 24 73
Binary 10000001 10010111 10101011 11001 1100 0 100001 11010001 10100 111011

Color Harmonies of #8197AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8197AB

Black with #8197AB

Text Example


Text Example

White with #8197AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8197AB; }

 p { color: rgb(129,151,171); }

 H1.HeaderClassName
 {
   color: #8197AB;
 }
 .AnyTagClassName
 {
   color: #8197AB;
 }
</style>

background-color css

<style>
 a { background-color: #8197AB; }

 a { background-color: rgb(129,151,171); }

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

border-color css

<style>
 span { border-color: #8197AB; }

 span { border-color: rgb(129,151,171); }

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