#819FAF

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

Shades of Bali Hai #819FAF

Tints of Bali Hai #819FAF

Color information

#819FAF (or 0x819FAF) is unknown color: approx Bali Hai. HEX triplet: 81, 9F and AF. RGB value is (129,159,175). Sum of RGB (Red+Green+Blue) = 129+159+175=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #819FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819FAF is #7E6050. Grayscale: #979797. Windows color (decimal): -8282193 or 11509633. OLE color: 11509633.

HSL color Cylindrical-coordinate representation of color #819FAF: hue angle of 200.87º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819FAF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129159175-
CMYK0.260.0900.31
HSL200.87º22.33%59.61%-
HSV(B)200.87º26.29%68.63%-
XYZ29.1932.5645.3-
YUV151.85141.06111.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=27.86%
G=34.34%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291591750.260.0900.31200.8722.3359.61
Hex819FAF1A901Fc9163c
Octal20123725732110373112674
Binary1000000110011111101011111101010010111111100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819FAF; }

 p { color: rgb(129,159,175); }

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

<style>
 a { background-color: #819FAF; }

 a { background-color: rgb(129,159,175); }

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

<style>
 span { border-color: #819FAF; }

 span { border-color: rgb(129,159,175); }

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