#8096A5

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

Shades of Bali Hai #8096A5

Tints of Bali Hai #8096A5

Color information

#8096A5 (or 0x8096A5) is unknown color: approx Bali Hai. HEX triplet: 80, 96 and A5. RGB value is (128,150,165). Sum of RGB (Red+Green+Blue) = 128+150+165=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #8096A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8096A5 is #7F695A. Grayscale: #919191. Windows color (decimal): -8350043 or 10851968. OLE color: 10851968.

HSL color Cylindrical-coordinate representation of color #8096A5: hue angle of 204.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8096A5 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128150165-
CMYK0.220.0900.35
HSL204.32º17.05%57.45%-
HSV(B)204.32º22.42%64.71%-
XYZ26.629.1239.82-
YUV145.13139.21115.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=28.89%
G=33.86%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281501650.220.0900.35204.3217.0557.45
Hex8096A5169023cc1139
Octal20022624526110433142171
Binary10000000100101101010010110110100101000111100110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8096A5; }

 p { color: rgb(128,150,165); }

 H1.HeaderClassName
 {
   color: #8096A5;
 }
 .AnyTagClassName
 {
   color: #8096A5;
 }
</style>
background-color css

<style>
 a { background-color: #8096A5; }

 a { background-color: rgb(128,150,165); }

 div.DivClassName
 {
   background-color: #8096A5;
 }
 .BgClassName
 {
   background-color: #8096A5;
 }
</style>
border-color css

<style>
 span { border-color: #8096A5; }

 span { border-color: rgb(128,150,165); }

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