Html Css Color HEX #8988A9 Grey Suit

📋 copy color: '#8988A9'

red 137 ◦ green 136 ◦ blue 169

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

Shades of Grey Suit #8988A9

Tints of Grey Suit #8988A9

RGB

 RED value IS 137 (53.91% from 255) = 31%

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 31%
G = 30.77%
B = 38.24%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8988A9 (or 0x8988A9) is known color: Grey Suit. HEX triplet: 89, 88 and A9. RGB value is (137,136,169). Sum of RGB (Red+Green+Blue) = 137+136+169=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 169 - color contains mainly: blue. Hex color #8988A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8988A9 is #767756. Grayscale: #8B8B8B. Windows color (decimal): -7763799 or 11110537. OLE color: 11110537.

HSL color Cylindrical-coordinate representation of color #8988A9: hue angle of 241.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8988A9 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 136 169 -
CMYK 0.19 0.20 0 0.34
HSL 241.82º 0.16% 0.6% -
HSV(B) 241.82º 0.2% 0.66% -
XYZ 26.28 25.79 41.13 -
YUV 140.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 137 136 169 0.19 0.20 0 0.34 241.82 0.16 0.6
Hex 89 88 A9 13 14 0 22 F2 10 3C
Octal 211 210 251 23 24 0 42 362 20 74
Binary 10001001 10001000 10101001 10011 10100 0 100010 11110010 10000 111100

Color Harmonies of #8988A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988A9

Black with #8988A9

Text Example


Text Example

White with #8988A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8988A9; }

 p { color: rgb(137,136,169); }

 H1.HeaderClassName
 {
   color: #8988A9;
 }
 .AnyTagClassName
 {
   color: #8988A9;
 }
</style>

background-color css

<style>
 a { background-color: #8988A9; }

 a { background-color: rgb(137,136,169); }

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

border-color css

<style>
 span { border-color: #8988A9; }

 span { border-color: rgb(137,136,169); }

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