#8B87BC

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

Shades of Moody Blue #8B87BC

Tints of Moody Blue #8B87BC

Color information

#8B87BC (or 0x8B87BC) is unknown color: approx Moody Blue. HEX triplet: 8B, 87 and BC. RGB value is (139,135,188). Sum of RGB (Red+Green+Blue) = 139+135+188=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87BC is #747843. Grayscale: #8E8E8E. Windows color (decimal): -7632964 or 12355467. OLE color: 12355467.

HSL color Cylindrical-coordinate representation of color #8B87BC: hue angle of 244.53º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B87BC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139135188-
CMYK0.260.2800.26
HSL244.53º28.34%63.33%-
HSV(B)244.53º28.19%73.73%-
XYZ28.3926.4551.19-
YUV142.24153.83125.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=30.09%
G=29.22%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391351880.260.2800.26244.5328.3463.33
Hex8B87BC1A1C01Af51c3f
Octal21320727432340323653477
Binary10001011100001111011110011010111000110101111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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