#829BB5

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

Shades of Bali Hai #829BB5

Tints of Bali Hai #829BB5

Color information

#829BB5 (or 0x829BB5) is unknown color: approx Bali Hai. HEX triplet: 82, 9B and B5. RGB value is (130,155,181). Sum of RGB (Red+Green+Blue) = 130+155+181=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #829BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BB5 is #7D644A. Grayscale: #969696. Windows color (decimal): -8217675 or 11901826. OLE color: 11901826.

HSL color Cylindrical-coordinate representation of color #829BB5: hue angle of 210.59º degrees, saturation: 0.26, 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 #829BB5 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130155181-
CMYK0.280.1400.29
HSL210.59º25.63%60.98%-
HSV(B)210.59º28.18%70.98%-
XYZ29.2731.5248.26-
YUV150.49145.22113.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=27.90%
G=33.26%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301551810.280.1400.29210.5925.6360.98
Hex829BB51CE01Dd31a3d
Octal20223326534160353233275
Binary1000001010011011101101011110011100111011101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,155,181); }

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

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

 a { background-color: rgb(130,155,181); }

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

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

 span { border-color: rgb(130,155,181); }

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