#819FBA

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

Shades of Bali Hai #819FBA

Tints of Bali Hai #819FBA

Color information

#819FBA (or 0x819FBA) is unknown color: approx Bali Hai. HEX triplet: 81, 9F and BA. RGB value is (129,159,186). Sum of RGB (Red+Green+Blue) = 129+159+186=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #819FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBA is #7E6045. Grayscale: #989898. Windows color (decimal): -8282182 or 12230529. OLE color: 12230529.

HSL color Cylindrical-coordinate representation of color #819FBA: hue angle of 208.42º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819FBA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129159186-
CMYK0.310.1500.27
HSL208.42º29.23%61.76%-
HSV(B)208.42º30.65%72.94%-
XYZ30.3133.0151.23-
YUV153.11146.56110.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=27.22%
G=33.54%
B=39.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291591860.310.1500.27208.4229.2361.76
Hex819FBA1FF01Bd01d3e
Octal20123727237170333203576
Binary1000000110011111101110101111111110110111101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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