#8887BA

Color #8887BA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8887BA

Tints of Moody Blue #8887BA

Color information

#8887BA (or 0x8887BA) is unknown color: approx Moody Blue. HEX triplet: 88, 87 and BA. RGB value is (136,135,186). Sum of RGB (Red+Green+Blue) = 136+135+186=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8887BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887BA is #777845. Grayscale: #8C8C8C. Windows color (decimal): -7829574 or 12224392. OLE color: 12224392.

HSL color Cylindrical-coordinate representation of color #8887BA: hue angle of 241.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8887BA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136135186-
CMYK0.270.2700.27
HSL241.18º26.98%62.94%-
HSV(B)241.18º27.42%72.94%-
XYZ27.6826.1150.03-
YUV141.11153.33124.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=29.76%
G=29.54%
B=40.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361351860.270.2700.27241.1826.9862.94
Hex8887BA1B1B01Bf11b3f
Octal21020727233330333613377
Binary10001000100001111011101011011110110110111111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887BA; }

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

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

<style>
 a { background-color: #8887BA; }

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

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

<style>
 span { border-color: #8887BA; }

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

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