#88879E

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

Shades of Grey Suit #88879E

Tints of Grey Suit #88879E

Color information

#88879E (or 0x88879E) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 9E. RGB value is (136,135,158). Sum of RGB (Red+Green+Blue) = 136+135+158=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #88879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879E is #777861. Grayscale: #898989. Windows color (decimal): -7829602 or 10389384. OLE color: 10389384.

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

Color convert

RGB136135158-
CMYK0.140.1500.38
HSL242.61º10.6%57.45%-
HSV(B)242.61º14.56%61.96%-
XYZ24.9925.0335.86-
YUV137.92139.33126.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=31.70%
G=31.47%
B=36.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361351580.140.1500.38242.6110.657.45
Hex88879EEF026f3b39
Octal21020723616170463631371
Binary100010001000011110011110111011110100110111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88879E; }

 p { color: rgb(136,135,158); }

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

<style>
 a { background-color: #88879E; }

 a { background-color: rgb(136,135,158); }

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

<style>
 span { border-color: #88879E; }

 span { border-color: rgb(136,135,158); }

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