#8B86BC

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

Shades of Moody Blue #8B86BC

Tints of Moody Blue #8B86BC

Color information

#8B86BC (or 0x8B86BC) is unknown color: approx Moody Blue. HEX triplet: 8B, 86 and BC. RGB value is (139,134,188). Sum of RGB (Red+Green+Blue) = 139+134+188=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86BC is #747943. Grayscale: #8D8D8D. Windows color (decimal): -7633220 or 12355211. OLE color: 12355211.

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

Color convert

RGB139134188-
CMYK0.260.2900.26
HSL245.56º28.72%63.14%-
HSV(B)245.56º28.72%73.73%-
XYZ28.2526.1751.14-
YUV141.65154.16126.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=30.15%
G=29.07%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391341880.260.2900.26245.5628.7263.14
Hex8B86BC1A1D01Af61d3f
Octal21320627432350323663577
Binary10001011100001101011110011010111010110101111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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