#829EB7

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

Shades of Bali Hai #829EB7

Tints of Bali Hai #829EB7

Color information

#829EB7 (or 0x829EB7) is unknown color: approx Bali Hai. HEX triplet: 82, 9E and B7. RGB value is (130,158,183). Sum of RGB (Red+Green+Blue) = 130+158+183=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #829EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EB7 is #7D6148. Grayscale: #989898. Windows color (decimal): -8216905 or 12033666. OLE color: 12033666.

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

Color convert

RGB130158183-
CMYK0.290.1400.28
HSL208.3º26.9%61.37%-
HSV(B)208.3º28.96%71.76%-
XYZ29.9832.6249.52-
YUV152.48145.22111.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=27.60%
G=33.55%
B=38.85%

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
Decimal1301581830.290.1400.28208.326.961.37
Hex829EB71DE01Cd01b3d
Octal20223626735160343203375
Binary1000001010011110101101111110111100111001101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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