Html Css Color HEX #8399AA Bali Hai

📋 copy color: '#8399AA'

red 131 ◦ green 153 ◦ blue 170

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

Shades of Bali Hai #8399AA

Tints of Bali Hai #8399AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

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

R = 28.85%
G = 33.7%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8399AA (or 0x8399AA) is known color: Bali Hai. HEX triplet: 83, 99 and AA. RGB value is (131,153,170). Sum of RGB (Red+Green+Blue) = 131+153+170=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8399AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8399AA is #7C6655. Grayscale: #949494. Windows color (decimal): -8152662 or 11180419. OLE color: 11180419.

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

Color convert

RGB 131 153 170 -
CMYK 0.23 0.1 0 0.33
HSL 206.15º 0.19% 0.59% -
HSV(B) 206.15º 0.23% 0.67% -
XYZ 28.01 30.51 42.44 -
YUV 148.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 131 153 170 0.23 0.1 0 0.33 206.15 0.19 0.59
Hex 83 99 AA 17 A 0 21 CE 13 3B
Octal 203 231 252 27 12 0 41 316 23 73
Binary 10000011 10011001 10101010 10111 1010 0 100001 11001110 10011 111011

Color Harmonies of #8399AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399AA

Black with #8399AA

Text Example


Text Example

White with #8399AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,153,170); }

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

background-color css

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

 a { background-color: rgb(131,153,170); }

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

border-color css

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

 span { border-color: rgb(131,153,170); }

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