#89879D

Color #89879D Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #89879D

Tints of Grey Suit #89879D

Color information

#89879D (or 0x89879D) is unknown color: approx Grey Suit. HEX triplet: 89, 87 and 9D. RGB value is (137,135,157). Sum of RGB (Red+Green+Blue) = 137+135+157=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #89879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89879D is #767862. Grayscale: #8A8A8A. Windows color (decimal): -7764067 or 10323849. OLE color: 10323849.

HSL color Cylindrical-coordinate representation of color #89879D: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89879D is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137135157-
CMYK0.130.1400.38
HSL245.45º10.09%57.25%-
HSV(B)245.45º14.01%61.57%-
XYZ25.0725.0835.42-
YUV138.11138.66127.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=31.93%
G=31.47%
B=36.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371351570.130.1400.38245.4510.0957.25
Hex89879DDE026f5a39
Octal21120723515160463651271
Binary100010011000011110011101110111100100110111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89879D; }

 p { color: rgb(137,135,157); }

 H1.HeaderClassName
 {
   color: #89879D;
 }
 .AnyTagClassName
 {
   color: #89879D;
 }
</style>
background-color css

<style>
 a { background-color: #89879D; }

 a { background-color: rgb(137,135,157); }

 div.DivClassName
 {
   background-color: #89879D;
 }
 .BgClassName
 {
   background-color: #89879D;
 }
</style>
border-color css

<style>
 span { border-color: #89879D; }

 span { border-color: rgb(137,135,157); }

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