Html Css Color HEX #999FA4 Grey Chateau

📋 copy color: '#999FA4'

red 153 ◦ green 159 ◦ blue 164

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

Shades of Grey Chateau #999FA4

Tints of Grey Chateau #999FA4

RGB

 RED value IS 153 (60.16% from 255) = 32.14%

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

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

R = 32.14%
G = 33.4%
B = 34.45%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#999FA4 (or 0x999FA4) is known color: Grey Chateau. HEX triplet: 99, 9F and A4. RGB value is (153,159,164). Sum of RGB (Red+Green+Blue) = 153+159+164=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 164 - color contains mainly: blue. Hex color #999FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FA4 is #66605B. Grayscale: #9D9D9D. Windows color (decimal): -6709340 or 10788761. OLE color: 10788761.

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

Color convert

RGB 153 159 164 -
CMYK 0.07 0.03 0 0.36
HSL 207.27º 0.06% 0.62% -
HSV(B) 207.27º 0.07% 0.64% -
XYZ 32.24 34.25 40.03 -
YUV 157.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 153 159 164 0.07 0.03 0 0.36 207.27 0.06 0.62
Hex 99 9F A4 7 3 0 24 CF 6 3E
Octal 231 237 244 7 3 0 44 317 6 76
Binary 10011001 10011111 10100100 111 11 0 100100 11001111 110 111110

Color Harmonies of #999FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FA4

Black with #999FA4

Text Example


Text Example

White with #999FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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