#829FA1

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

Shades of Ziggurat #829FA1

Tints of Ziggurat #829FA1

Color information

#829FA1 (or 0x829FA1) is unknown color: approx Ziggurat. HEX triplet: 82, 9F and A1. RGB value is (130,159,161). Sum of RGB (Red+Green+Blue) = 130+159+161=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 161 - color contains mainly: blue. Hex color #829FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829FA1 is #7D605E. Grayscale: #969696. Windows color (decimal): -8216671 or 10592130. OLE color: 10592130.

HSL color Cylindrical-coordinate representation of color #829FA1: hue angle of 183.87º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #829FA1 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB130159161-
CMYK0.190.0100.37
HSL183.87º14.16%57.06%-
HSV(B)183.87º19.25%63.14%-
XYZ28.0432.1238.44-
YUV150.56133.89113.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=28.89%
G=35.33%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301591610.190.0100.37183.8714.1657.06
Hex829FA1131025b8e39
Octal2022372412310452701671
Binary1000001010011111101000011001110100101101110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,161); }

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

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

 a { background-color: rgb(130,159,161); }

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

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

 span { border-color: rgb(130,159,161); }

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