#829DB3

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

Shades of Bali Hai #829DB3

Tints of Bali Hai #829DB3

Color information

#829DB3 (or 0x829DB3) is unknown color: approx Bali Hai. HEX triplet: 82, 9D and B3. RGB value is (130,157,179). Sum of RGB (Red+Green+Blue) = 130+157+179=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #829DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DB3 is #7D624C. Grayscale: #979797. Windows color (decimal): -8217165 or 11771266. OLE color: 11771266.

HSL color Cylindrical-coordinate representation of color #829DB3: hue angle of 206.94º 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 #829DB3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130157179-
CMYK0.270.1200.30
HSL206.94º24.38%60.59%-
HSV(B)206.94º27.37%70.2%-
XYZ29.432.1147.3-
YUV151.44143.55112.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=27.90%
G=33.69%
B=38.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301571790.270.1200.30206.9424.3860.59
Hex829DB31BC01Ecf183d
Octal20223526333140363173075
Binary1000001010011101101100111101111000111101100111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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