#8B7DBE

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

Shades of Moody Blue #8B7DBE

Tints of Moody Blue #8B7DBE

Color information

#8B7DBE (or 0x8B7DBE) is unknown color: approx Moody Blue. HEX triplet: 8B, 7D and BE. RGB value is (139,125,190). Sum of RGB (Red+Green+Blue) = 139+125+190=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DBE is #748241. Grayscale: #888888. Windows color (decimal): -7635522 or 12483979. OLE color: 12483979.

HSL color Cylindrical-coordinate representation of color #8B7DBE: hue angle of 252.92º 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 #8B7DBE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139125190-
CMYK0.270.3400.25
HSL252.92º33.33%61.76%-
HSV(B)252.92º34.21%74.51%-
XYZ27.2823.8751.89-
YUV136.6158.14129.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=30.62%
G=27.53%
B=41.85%

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
Decimal1391251900.270.3400.25252.9233.3361.76
Hex8B7DBE1B22019fd213e
Octal21317527633420313754176
Binary100010111111101101111101101110001001100111111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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