#829DB7

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

Shades of Bali Hai #829DB7

Tints of Bali Hai #829DB7

Color information

#829DB7 (or 0x829DB7) is unknown color: approx Bali Hai. HEX triplet: 82, 9D and B7. RGB value is (130,157,183). Sum of RGB (Red+Green+Blue) = 130+157+183=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #829DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DB7 is #7D6248. Grayscale: #979797. Windows color (decimal): -8217161 or 12033410. OLE color: 12033410.

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

Color convert

RGB130157183-
CMYK0.290.1400.28
HSL209.43º26.9%61.37%-
HSV(B)209.43º28.96%71.76%-
XYZ29.8132.2849.46-
YUV151.89145.55112.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=27.66%
G=33.40%
B=38.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301571830.290.1400.28209.4326.961.37
Hex829DB71DE01Cd11b3d
Octal20223526735160343213375
Binary1000001010011101101101111110111100111001101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,183); }

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

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

 a { background-color: rgb(130,157,183); }

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

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

 span { border-color: rgb(130,157,183); }

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