#8D88B6

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

Shades of Grey Suit #8D88B6

Tints of Grey Suit #8D88B6

Color information

#8D88B6 (or 0x8D88B6) is unknown color: approx Grey Suit. HEX triplet: 8D, 88 and B6. RGB value is (141,136,182). Sum of RGB (Red+Green+Blue) = 141+136+182=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D88B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88B6 is #727749. Grayscale: #8E8E8E. Windows color (decimal): -7501642 or 11962509. OLE color: 11962509.

HSL color Cylindrical-coordinate representation of color #8D88B6: hue angle of 246.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D88B6 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141136182-
CMYK0.230.2500.29
HSL246.52º23.96%62.35%-
HSV(B)246.52º25.27%71.37%-
XYZ28.2326.6547.91-
YUV142.74150.16126.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=30.72%
G=29.63%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411361820.230.2500.29246.5223.9662.35
Hex8D88B6171901Df7183e
Octal21521026627310353673076
Binary10001101100010001011011010111110010111011111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D88B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D88B6; }

 p { color: rgb(141,136,182); }

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

<style>
 a { background-color: #8D88B6; }

 a { background-color: rgb(141,136,182); }

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

<style>
 span { border-color: #8D88B6; }

 span { border-color: rgb(141,136,182); }

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