Html Css Color HEX #8397AB Bali Hai

📋 copy color: '#8397AB'

red 131 ◦ green 151 ◦ blue 171

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

Shades of Bali Hai #8397AB

Tints of Bali Hai #8397AB

RGB

 RED value IS 131 (51.56% from 255) = 28.92%

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

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

R = 28.92%
G = 33.33%
B = 37.75%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8397AB (or 0x8397AB) is known color: Bali Hai. HEX triplet: 83, 97 and AB. RGB value is (131,151,171). Sum of RGB (Red+Green+Blue) = 131+151+171=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8397AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8397AB is #7C6854. Grayscale: #939393. Windows color (decimal): -8153173 or 11245443. OLE color: 11245443.

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

Color convert

RGB 131 151 171 -
CMYK 0.23 0.12 0 0.33
HSL 210º 0.19% 0.59% -
HSV(B) 210º 0.23% 0.67% -
XYZ 27.78 29.9 42.84 -
YUV 147.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 131 151 171 0.23 0.12 0 0.33 210 0.19 0.59
Hex 83 97 AB 17 C 0 21 D2 13 3B
Octal 203 227 253 27 14 0 41 322 23 73
Binary 10000011 10010111 10101011 10111 1100 0 100001 11010010 10011 111011

Color Harmonies of #8397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397AB

Black with #8397AB

Text Example


Text Example

White with #8397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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