#829FB4

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

Shades of Bali Hai #829FB4

Tints of Bali Hai #829FB4

Color information

#829FB4 (or 0x829FB4) is unknown color: approx Bali Hai. HEX triplet: 82, 9F and B4. RGB value is (130,159,180). Sum of RGB (Red+Green+Blue) = 130+159+180=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #829FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FB4 is #7D604B. Grayscale: #989898. Windows color (decimal): -8216652 or 11837314. OLE color: 11837314.

HSL color Cylindrical-coordinate representation of color #829FB4: hue angle of 205.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829FB4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130159180-
CMYK0.280.1200.29
HSL205.2º25%60.78%-
HSV(B)205.2º27.78%70.59%-
XYZ29.8432.8447.95-
YUV152.72143.39111.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=27.72%
G=33.90%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301591800.280.1200.29205.22560.78
Hex829FB41CC01Dcd193d
Octal20223726434140353153175
Binary1000001010011111101101001110011000111011100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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