Html Css Color HEX #849FA4 Ziggurat

📋 copy color: '#849FA4'

red 132 ◦ green 159 ◦ blue 164

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

Shades of Ziggurat #849FA4

Tints of Ziggurat #849FA4

RGB

 RED value IS 132 (51.95% from 255) = 29.01%

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

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

R = 29.01%
G = 34.95%
B = 36.04%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#849FA4 (or 0x849FA4) is known color: Ziggurat. HEX triplet: 84, 9F and A4. RGB value is (132,159,164). Sum of RGB (Red+Green+Blue) = 132+159+164=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #849FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FA4 is #7B605B. Grayscale: #979797. Windows color (decimal): -8085596 or 10788740. OLE color: 10788740.

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

Color convert

RGB 132 159 164 -
CMYK 0.20 0.03 0 0.36
HSL 189.38º 0.15% 0.58% -
HSV(B) 189.38º 0.2% 0.64% -
XYZ 28.61 32.38 39.86 -
YUV 151.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 132 159 164 0.20 0.03 0 0.36 189.38 0.15 0.58
Hex 84 9F A4 14 3 0 24 BD F 3A
Octal 204 237 244 24 3 0 44 275 17 72
Binary 10000100 10011111 10100100 10100 11 0 100100 10111101 1111 111010

Color Harmonies of #849FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FA4

Black with #849FA4

Text Example


Text Example

White with #849FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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