Html Css Color HEX #829FA4 Ziggurat

📋 copy color: '#829FA4'

red 130 ◦ green 159 ◦ blue 164

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

Shades of Ziggurat #829FA4

Tints of Ziggurat #829FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 28.7%
G = 35.1%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#829FA4 (or 0x829FA4) is known color: Ziggurat. HEX triplet: 82, 9F and A4. RGB value is (130,159,164). Sum of RGB (Red+Green+Blue) = 130+159+164=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #829FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829FA4 is #7D605B. Grayscale: #969696. Windows color (decimal): -8216668 or 10788738. OLE color: 10788738.

HSL color Cylindrical-coordinate representation of color #829FA4: hue angle of 188.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829FA4 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 159 164 -
CMYK 0.21 0.03 0 0.36
HSL 188.82º 0.16% 0.58% -
HSV(B) 188.82º 0.21% 0.64% -
XYZ 28.3 32.22 39.85 -
YUV 150.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 130 159 164 0.21 0.03 0 0.36 188.82 0.16 0.58
Hex 82 9F A4 15 3 0 24 BD 10 3A
Octal 202 237 244 25 3 0 44 275 20 72
Binary 10000010 10011111 10100100 10101 11 0 100100 10111101 10000 111010

Color Harmonies of #829FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FA4

Black with #829FA4

Text Example


Text Example

White with #829FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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