#8095AA

Color #8095AA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8095AA

Tints of Bali Hai #8095AA

Color information

#8095AA (or 0x8095AA) is unknown color: approx 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

RGB128149170-
CMYK0.250.1200.33
HSL210º19.81%58.43%-
HSV(B)210º24.71%66.67%-
XYZ26.9128.9942.21-
YUV145.11142.04115.79-

RGB Variations

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

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.80% from 255) = 38.03%
R=28.64%
G=33.33%
B=38.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281491700.250.1200.3321019.8158.43
Hex8095AA19C021d2143a
Octal20022525231140413222472
Binary10000000100101011010101011001110001000011101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>