#8B86BE

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

Shades of Moody Blue #8B86BE

Tints of Moody Blue #8B86BE

Color information

#8B86BE (or 0x8B86BE) is unknown color: approx Moody Blue. HEX triplet: 8B, 86 and BE. RGB value is (139,134,190). Sum of RGB (Red+Green+Blue) = 139+134+190=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86BE is #747941. Grayscale: #8D8D8D. Windows color (decimal): -7633218 or 12486283. OLE color: 12486283.

HSL color Cylindrical-coordinate representation of color #8B86BE: hue angle of 245.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B86BE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139134190-
CMYK0.270.2900.25
HSL245.36º30.11%63.53%-
HSV(B)245.36º29.47%74.51%-
XYZ28.4726.2652.28-
YUV141.88155.16125.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=30.02%
G=28.94%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391341900.270.2900.25245.3630.1163.53
Hex8B86BE1B1D019f51e40
Octal213206276333503136536100
Binary100010111000011010111110110111110101100111110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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