#8B86BD

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

Shades of Moody Blue #8B86BD

Tints of Moody Blue #8B86BD

Color information

#8B86BD (or 0x8B86BD) is unknown color: approx Moody Blue. HEX triplet: 8B, 86 and BD. RGB value is (139,134,189). Sum of RGB (Red+Green+Blue) = 139+134+189=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86BD is #747942. Grayscale: #8D8D8D. Windows color (decimal): -7633219 or 12420747. OLE color: 12420747.

HSL color Cylindrical-coordinate representation of color #8B86BD: hue angle of 245.45º 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 #8B86BD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139134189-
CMYK0.260.2900.26
HSL245.45º29.41%63.33%-
HSV(B)245.45º29.1%74.12%-
XYZ28.3626.2151.71-
YUV141.76154.66126.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=30.09%
G=29.00%
B=40.91%

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
Decimal1391341890.260.2900.26245.4529.4163.33
Hex8B86BD1A1D01Af51d3f
Octal21320627532350323653577
Binary10001011100001101011110111010111010110101111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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