#8B87B6

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

Shades of Moody Blue #8B87B6

Tints of Moody Blue #8B87B6

Color information

#8B87B6 (or 0x8B87B6) is unknown color: approx Moody Blue. HEX triplet: 8B, 87 and B6. RGB value is (139,135,182). Sum of RGB (Red+Green+Blue) = 139+135+182=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B87B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87B6 is #747849. Grayscale: #8D8D8D. Windows color (decimal): -7632970 or 11962251. OLE color: 11962251.

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

Color convert

RGB139135182-
CMYK0.240.2600.29
HSL245.11º24.35%62.16%-
HSV(B)245.11º25.82%71.37%-
XYZ27.7526.1947.85-
YUV141.55150.83126.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=30.48%
G=29.61%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391351820.240.2600.29245.1124.3562.16
Hex8B87B6181A01Df5183e
Octal21320726630320353653076
Binary10001011100001111011011011000110100111011111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B87B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,182); }

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

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

 a { background-color: rgb(139,135,182); }

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

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

 span { border-color: rgb(139,135,182); }

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