#8B7AD1

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

Shades of Moody Blue #8B7AD1

Tints of Moody Blue #8B7AD1

Color information

#8B7AD1 (or 0x8B7AD1) is unknown color: approx Moody Blue. HEX triplet: 8B, 7A and D1. RGB value is (139,122,209). Sum of RGB (Red+Green+Blue) = 139+122+209=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AD1 is #74852E. Grayscale: #888888. Windows color (decimal): -7636271 or 13728395. OLE color: 13728395.

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

Color convert

RGB139122209-
CMYK0.330.4200.18
HSL251.72º48.6%64.9%-
HSV(B)251.72º41.63%81.96%-
XYZ29.1224.0163.42-
YUV137168.63129.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=29.57%
G=25.96%
B=44.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391222090.330.4200.18251.7248.664.9
Hex8B7AD1212A012fc3141
Octal213172321415202237461101
Binary10001011111101011010001100001101010010010111111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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