Html Css Color HEX #8496AA Bali Hai

📋 copy color: '#8496AA'

red 132 ◦ green 150 ◦ blue 170

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

Shades of Bali Hai #8496AA

Tints of Bali Hai #8496AA

RGB

 RED value IS 132 (51.95% from 255) = 29.2%

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 29.2%
G = 33.19%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8496AA (or 0x8496AA) is known color: Bali Hai. HEX triplet: 84, 96 and AA. RGB value is (132,150,170). Sum of RGB (Red+Green+Blue) = 132+150+170=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8496AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AA is #7B6955. Grayscale: #929292. Windows color (decimal): -8087894 or 11179652. OLE color: 11179652.

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

Color convert

RGB 132 150 170 -
CMYK 0.22 0.12 0 0.33
HSL 211.58º 0.18% 0.59% -
HSV(B) 211.58º 0.22% 0.67% -
XYZ 27.68 29.62 42.29 -
YUV 146.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 132 150 170 0.22 0.12 0 0.33 211.58 0.18 0.59
Hex 84 96 AA 16 C 0 21 D4 12 3B
Octal 204 226 252 26 14 0 41 324 22 73
Binary 10000100 10010110 10101010 10110 1100 0 100001 11010100 10010 111011

Color Harmonies of #8496AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8496AA

Black with #8496AA

Text Example


Text Example

White with #8496AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8496AA; }

 p { color: rgb(132,150,170); }

 H1.HeaderClassName
 {
   color: #8496AA;
 }
 .AnyTagClassName
 {
   color: #8496AA;
 }
</style>

background-color css

<style>
 a { background-color: #8496AA; }

 a { background-color: rgb(132,150,170); }

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

border-color css

<style>
 span { border-color: #8496AA; }

 span { border-color: rgb(132,150,170); }

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