Html Css Color HEX #8095AA Bali Hai

📋 copy color: '#8095AA'

red 128 ◦ green 149 ◦ blue 170

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

Shades of Bali Hai #8095AA

Tints of Bali Hai #8095AA

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 28.64%
G = 33.33%
B = 38.03%

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

#8095AA (or 0x8095AA) is known color: Bali Hai. HEX triplet: 80, 95 and AA. RGB value is (128,149,170). Sum of RGB (Red+Green+Blue) = 128+149+170=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #8095AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8095AA is #7F6A55. Grayscale: #919191. Windows color (decimal): -8350294 or 11179392. OLE color: 11179392.

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

Color convert

RGB 128 149 170 -
CMYK 0.25 0.12 0 0.33
HSL 210º 0.2% 0.58% -
HSV(B) 210º 0.25% 0.67% -
XYZ 26.91 28.99 42.21 -
YUV 145.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 128 149 170 0.25 0.12 0 0.33 210 0.2 0.58
Hex 80 95 AA 19 C 0 21 D2 14 3A
Octal 200 225 252 31 14 0 41 322 24 72
Binary 10000000 10010101 10101010 11001 1100 0 100001 11010010 10100 111010

Color Harmonies of #8095AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095AA

Black with #8095AA

Text Example


Text Example

White with #8095AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,149,170); }

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

background-color css

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

 a { background-color: rgb(128,149,170); }

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

border-color css

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

 span { border-color: rgb(128,149,170); }

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