#8B7CD1

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

Shades of Moody Blue #8B7CD1

Tints of Moody Blue #8B7CD1

Color information

#8B7CD1 (or 0x8B7CD1) is unknown color: approx Moody Blue. HEX triplet: 8B, 7C and D1. RGB value is (139,124,209). Sum of RGB (Red+Green+Blue) = 139+124+209=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B7CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CD1 is #74832E. Grayscale: #898989. Windows color (decimal): -7635759 or 13728907. OLE color: 13728907.

HSL color Cylindrical-coordinate representation of color #8B7CD1: hue angle of 250.59º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7CD1 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139124209-
CMYK0.330.4100.18
HSL250.59º48.02%65.29%-
HSV(B)250.59º40.67%81.96%-
XYZ29.3624.5163.5-
YUV138.17167.97128.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=29.45%
G=26.27%
B=44.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391242090.330.4100.18250.5948.0265.29
Hex8B7CD12129012fb3041
Octal213174321415102237360101
Binary10001011111110011010001100001101001010010111110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,209); }

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

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

 a { background-color: rgb(139,124,209); }

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

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

 span { border-color: rgb(139,124,209); }

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