#8297AD

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

Shades of Bali Hai #8297AD

Tints of Bali Hai #8297AD

Color information

#8297AD (or 0x8297AD) is unknown color: approx Bali Hai. HEX triplet: 82, 97 and AD. RGB value is (130,151,173). Sum of RGB (Red+Green+Blue) = 130+151+173=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #8297AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8297AD is #7D6852. Grayscale: #939393. Windows color (decimal): -8218707 or 11376514. OLE color: 11376514.

HSL color Cylindrical-coordinate representation of color #8297AD: hue angle of 210.7º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8297AD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130151173-
CMYK0.250.1300.32
HSL210.7º20.77%59.41%-
HSV(B)210.7º24.86%67.84%-
XYZ27.8229.943.84-
YUV147.23142.54115.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=28.63%
G=33.26%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301511730.250.1300.32210.720.7759.41
Hex8297AD19D020d3153b
Octal20222725531150403232573
Binary10000010100101111010110111001110101000001101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8297AD; }

 p { color: rgb(130,151,173); }

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

<style>
 a { background-color: #8297AD; }

 a { background-color: rgb(130,151,173); }

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

<style>
 span { border-color: #8297AD; }

 span { border-color: rgb(130,151,173); }

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