#829FBA

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

Shades of Bali Hai #829FBA

Tints of Bali Hai #829FBA

Color information

#829FBA (or 0x829FBA) is unknown color: approx Bali Hai. HEX triplet: 82, 9F and BA. RGB value is (130,159,186). Sum of RGB (Red+Green+Blue) = 130+159+186=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #829FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FBA is #7D6045. Grayscale: #999999. Windows color (decimal): -8216646 or 12230530. OLE color: 12230530.

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

Color convert

RGB130159186-
CMYK0.300.1500.27
HSL208.93º28.87%61.96%-
HSV(B)208.93º30.11%72.94%-
XYZ30.4733.0951.24-
YUV153.41146.39111.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=27.37%
G=33.47%
B=39.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301591860.300.1500.27208.9328.8761.96
Hex829FBA1EF01Bd11d3e
Octal20223727236170333213576
Binary1000001010011111101110101111011110110111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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