Html Css Color HEX #829BA0 Ziggurat

📋 copy color: '#829BA0'

red 130 ◦ green 155 ◦ blue 160

#829BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #829BA0

Tints of Ziggurat #829BA0

RGB

 RED value IS 130 (51.17% from 255) = 29.21%

 GREEN value IS 155 (60.94% from 255) = 34.83%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 29.21%
G = 34.83%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#829BA0 (or 0x829BA0) is known color: Ziggurat. HEX triplet: 82, 9B and A0. RGB value is (130,155,160). Sum of RGB (Red+Green+Blue) = 130+155+160=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 160 - color contains mainly: blue. Hex color #829BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BA0 is #7D645F. Grayscale: #949494. Windows color (decimal): -8217696 or 10525570. OLE color: 10525570.

HSL color Cylindrical-coordinate representation of color #829BA0: hue angle of 190º 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 #829BA0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 155 160 -
CMYK 0.19 0.03 0 0.37
HSL 190º 0.14% 0.57% -
HSV(B) 190º 0.19% 0.63% -
XYZ 27.27 30.73 37.75 -
YUV 148.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 130 155 160 0.19 0.03 0 0.37 190 0.14 0.57
Hex 82 9B A0 13 3 0 25 BE E 39
Octal 202 233 240 23 3 0 45 276 16 71
Binary 10000010 10011011 10100000 10011 11 0 100101 10111110 1110 111001

Color Harmonies of #829BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BA0

Black with #829BA0

Text Example


Text Example

White with #829BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829BA0;
 }
 .AnyTagClassName
 {
   color: #829BA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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