#829AB3

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

Shades of Bali Hai #829AB3

Tints of Bali Hai #829AB3

Color information

#829AB3 (or 0x829AB3) is unknown color: approx Bali Hai. HEX triplet: 82, 9A and B3. RGB value is (130,154,179). Sum of RGB (Red+Green+Blue) = 130+154+179=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #829AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AB3 is #7D654C. Grayscale: #959595. Windows color (decimal): -8217933 or 11770498. OLE color: 11770498.

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

Color convert

RGB130154179-
CMYK0.270.1400.30
HSL210.61º24.38%60.59%-
HSV(B)210.61º27.37%70.2%-
XYZ28.931.1147.13-
YUV149.67144.55113.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=28.08%
G=33.26%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301541790.270.1400.30210.6124.3860.59
Hex829AB31BE01Ed3183d
Octal20223226333160363233075
Binary1000001010011010101100111101111100111101101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,179); }

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

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

 a { background-color: rgb(130,154,179); }

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

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

 span { border-color: rgb(130,154,179); }

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