#8195AE

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

Shades of Bali Hai #8195AE

Tints of Bali Hai #8195AE

Color information

#8195AE (or 0x8195AE) is unknown color: approx Bali Hai. HEX triplet: 81, 95 and AE. RGB value is (129,149,174). Sum of RGB (Red+Green+Blue) = 129+149+174=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #8195AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8195AE is #7E6A51. Grayscale: #919191. Windows color (decimal): -8284754 or 11441537. OLE color: 11441537.

HSL color Cylindrical-coordinate representation of color #8195AE: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8195AE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129149174-
CMYK0.260.1400.32
HSL213.33º21.74%59.41%-
HSV(B)213.33º25.86%68.24%-
XYZ27.4429.2244.24-
YUV145.87143.87115.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=28.54%
G=32.96%
B=38.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291491740.260.1400.32213.3321.7459.41
Hex8195AE1AE020d5163b
Octal20122525632160403252673
Binary10000001100101011010111011010111001000001101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8195AE; }

 p { color: rgb(129,149,174); }

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

<style>
 a { background-color: #8195AE; }

 a { background-color: rgb(129,149,174); }

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

<style>
 span { border-color: #8195AE; }

 span { border-color: rgb(129,149,174); }

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