#8B7EBE

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

Shades of Moody Blue #8B7EBE

Tints of Moody Blue #8B7EBE

Color information

#8B7EBE (or 0x8B7EBE) is unknown color: approx Moody Blue. HEX triplet: 8B, 7E and BE. RGB value is (139,126,190). Sum of RGB (Red+Green+Blue) = 139+126+190=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EBE is #748141. Grayscale: #888888. Windows color (decimal): -7635266 or 12484235. OLE color: 12484235.

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

Color convert

RGB139126190-
CMYK0.270.3400.25
HSL252.19º32.99%61.96%-
HSV(B)252.19º33.68%74.51%-
XYZ27.424.1351.93-
YUV137.18157.81129.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=30.55%
G=27.69%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391261900.270.3400.25252.1932.9961.96
Hex8B7EBE1B22019fc213e
Octal21317627633420313744176
Binary100010111111110101111101101110001001100111111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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