#8B86C4

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

Shades of Moody Blue #8B86C4

Tints of Moody Blue #8B86C4

Color information

#8B86C4 (or 0x8B86C4) is unknown color: approx Moody Blue. HEX triplet: 8B, 86 and C4. RGB value is (139,134,196). Sum of RGB (Red+Green+Blue) = 139+134+196=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B86C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86C4 is #74793B. Grayscale: #8E8E8E. Windows color (decimal): -7633212 or 12879499. OLE color: 12879499.

HSL color Cylindrical-coordinate representation of color #8B86C4: hue angle of 244.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B86C4 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139134196-
CMYK0.290.3200.23
HSL244.84º34.44%64.71%-
HSV(B)244.84º31.63%76.86%-
XYZ29.1426.5255.81-
YUV142.56158.16125.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=29.64%
G=28.57%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391341960.290.3200.23244.8434.4464.71
Hex8B86C41D20017f52241
Octal213206304354002736542101
Binary10001011100001101100010011101100000010111111101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B86C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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