#8B7AD6

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

Shades of Moody Blue #8B7AD6

Tints of Moody Blue #8B7AD6

Color information

#8B7AD6 (or 0x8B7AD6) is unknown color: approx Moody Blue. HEX triplet: 8B, 7A and D6. RGB value is (139,122,214). Sum of RGB (Red+Green+Blue) = 139+122+214=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AD6 is #748529. Grayscale: #898989. Windows color (decimal): -7636266 or 14056075. OLE color: 14056075.

HSL color Cylindrical-coordinate representation of color #8B7AD6: hue angle of 251.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7AD6 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139122214-
CMYK0.350.4300.16
HSL251.09º52.87%65.88%-
HSV(B)251.09º42.99%83.92%-
XYZ29.7424.2666.73-
YUV137.57171.13129.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=29.26%
G=25.68%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391222140.350.4300.16251.0952.8765.88
Hex8B7AD6232B010fb3542
Octal213172326435302037365102
Binary10001011111101011010110100011101011010000111110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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