#829BB1

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

Shades of Bali Hai #829BB1

Tints of Bali Hai #829BB1

Color information

#829BB1 (or 0x829BB1) is unknown color: approx Bali Hai. HEX triplet: 82, 9B and B1. RGB value is (130,155,177). Sum of RGB (Red+Green+Blue) = 130+155+177=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #829BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BB1 is #7D644E. Grayscale: #959595. Windows color (decimal): -8217679 or 11639682. OLE color: 11639682.

HSL color Cylindrical-coordinate representation of color #829BB1: hue angle of 208.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829BB1 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130155177-
CMYK0.270.1200.31
HSL208.09º23.15%60.2%-
HSV(B)208.09º26.55%69.41%-
XYZ28.8631.3646.13-
YUV150.03143.22113.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=28.14%
G=33.55%
B=38.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301551770.270.1200.31208.0923.1560.2
Hex829BB11BC01Fd0173c
Octal20223326133140373202774
Binary1000001010011011101100011101111000111111101000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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