Html Css Color HEX #9E99A6 Grey Suit

📋 copy color: '#9E99A6'

red 158 ◦ green 153 ◦ blue 166

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

Shades of Grey Suit #9E99A6

Tints of Grey Suit #9E99A6

RGB

 RED value IS 158 (62.11% from 255) = 33.12%

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 33.12%
G = 32.08%
B = 34.8%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9E99A6 (or 0x9E99A6) is known color: Grey Suit. HEX triplet: 9E, 99 and A6. RGB value is (158,153,166). Sum of RGB (Red+Green+Blue) = 158+153+166=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 166 - color contains mainly: blue. Hex color #9E99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99A6 is #616659. Grayscale: #9B9B9B. Windows color (decimal): -6383194 or 10918302. OLE color: 10918302.

HSL color Cylindrical-coordinate representation of color #9E99A6: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E99A6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 153 166 -
CMYK 0.05 0.08 0 0.35
HSL 263.08º 0.07% 0.63% -
HSV(B) 263.08º 0.08% 0.65% -
XYZ 32.37 32.8 40.7 -
YUV 155.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 158 153 166 0.05 0.08 0 0.35 263.08 0.07 0.63
Hex 9E 99 A6 5 8 0 23 107 7 3F
Octal 236 231 246 5 10 0 43 407 7 77
Binary 10011110 10011001 10100110 101 1000 0 100011 100000111 111 111111

Color Harmonies of #9E99A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99A6

Black with #9E99A6

Text Example


Text Example

White with #9E99A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E99A6; }

 p { color: rgb(158,153,166); }

 H1.HeaderClassName
 {
   color: #9E99A6;
 }
 .AnyTagClassName
 {
   color: #9E99A6;
 }
</style>

background-color css

<style>
 a { background-color: #9E99A6; }

 a { background-color: rgb(158,153,166); }

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

border-color css

<style>
 span { border-color: #9E99A6; }

 span { border-color: rgb(158,153,166); }

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