#8195AD

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

Shades of Bali Hai #8195AD

Tints of Bali Hai #8195AD

Color information

#8195AD (or 0x8195AD) is unknown color: approx Bali Hai. HEX triplet: 81, 95 and AD. RGB value is (129,149,173). Sum of RGB (Red+Green+Blue) = 129+149+173=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8195AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8195AD is #7E6A52. Grayscale: #919191. Windows color (decimal): -8284755 or 11376001. OLE color: 11376001.

HSL color Cylindrical-coordinate representation of color #8195AD: hue angle of 212.73º 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 #8195AD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129149173-
CMYK0.250.1400.32
HSL212.73º21.15%59.22%-
HSV(B)212.73º25.43%67.84%-
XYZ27.3429.1843.73-
YUV145.76143.37116.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=28.60%
G=33.04%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291491730.250.1400.32212.7321.1559.22
Hex8195AD19E020d5153b
Octal20122525531160403252573
Binary10000001100101011010110111001111001000001101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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