#8096AF

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

Shades of Bali Hai #8096AF

Tints of Bali Hai #8096AF

Color information

#8096AF (or 0x8096AF) is unknown color: approx Bali Hai. HEX triplet: 80, 96 and AF. RGB value is (128,150,175). Sum of RGB (Red+Green+Blue) = 128+150+175=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8096AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8096AF is #7F6950. Grayscale: #929292. Windows color (decimal): -8350033 or 11507328. OLE color: 11507328.

HSL color Cylindrical-coordinate representation of color #8096AF: hue angle of 211.91º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8096AF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128150175-
CMYK0.270.1400.31
HSL211.91º22.71%59.41%-
HSV(B)211.91º26.86%68.63%-
XYZ27.5529.544.8-
YUV146.27144.21114.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=28.26%
G=33.11%
B=38.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281501750.270.1400.31211.9122.7159.41
Hex8096AF1BE01Fd4173b
Octal20022625733160373242773
Binary1000000010010110101011111101111100111111101010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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