Html Css Color HEX #8396AB Bali Hai

📋 copy color: '#8396AB'

red 131 ◦ green 150 ◦ blue 171

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

Shades of Bali Hai #8396AB

Tints of Bali Hai #8396AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 28.98%
G = 33.19%
B = 37.83%

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

#8396AB (or 0x8396AB) is known color: Bali Hai. HEX triplet: 83, 96 and AB. RGB value is (131,150,171). Sum of RGB (Red+Green+Blue) = 131+150+171=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #8396AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8396AB is #7C6954. Grayscale: #929292. Windows color (decimal): -8153429 or 11245187. OLE color: 11245187.

HSL color Cylindrical-coordinate representation of color #8396AB: hue angle of 211.5º 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 #8396AB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 150 171 -
CMYK 0.23 0.12 0 0.33
HSL 211.5º 0.19% 0.59% -
HSV(B) 211.5º 0.23% 0.67% -
XYZ 27.62 29.58 42.78 -
YUV 146.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 131 150 171 0.23 0.12 0 0.33 211.5 0.19 0.59
Hex 83 96 AB 17 C 0 21 D4 13 3B
Octal 203 226 253 27 14 0 41 324 23 73
Binary 10000011 10010110 10101011 10111 1100 0 100001 11010100 10011 111011

Color Harmonies of #8396AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396AB

Black with #8396AB

Text Example


Text Example

White with #8396AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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