#8B7DD9

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

Shades of Moody Blue #8B7DD9

Tints of Moody Blue #8B7DD9

Color information

#8B7DD9 (or 0x8B7DD9) is unknown color: approx Moody Blue. HEX triplet: 8B, 7D and D9. RGB value is (139,125,217). Sum of RGB (Red+Green+Blue) = 139+125+217=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DD9 is #748226. Grayscale: #8B8B8B. Windows color (decimal): -7635495 or 14253451. OLE color: 14253451.

HSL color Cylindrical-coordinate representation of color #8B7DD9: hue angle of 249.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B7DD9 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139125217-
CMYK0.360.4200.15
HSL249.13º54.76%67.06%-
HSV(B)249.13º42.4%85.1%-
XYZ30.5125.1768.9-
YUV139.67171.64127.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=28.90%
G=25.99%
B=45.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391252170.360.4200.15249.1354.7667.06
Hex8B7DD9242A0Ff93743
Octal213175331445201737167103
Binary1000101111111011101100110010010101001111111110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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