#8b7ed2

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

Shades of Moody Blue #8B7ED2

Tints of Moody Blue #8B7ED2

Color information

#8B7ED2 (or 0x8B7ED2) is unknown color: approx Moody Blue. HEX triplet: 8B, 7E and D2. RGB value is (139,126,210). Sum of RGB (Red+Green+Blue) = 139+126+210=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B7ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ED2 is #74812D. Grayscale: #8B8B8B. Windows color (decimal): -7635246 or 13794955. OLE color: 13794955.

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

Color convert

RGB139126210-
CMYK0.340.400.18
HSL249.29º48.28%65.88%-
HSV(B)249.29º40%82.35%-
XYZ29.7425.0664.24-
YUV139.46167.81127.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=29.26%
G=26.53%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391262100.340.400.18249.2948.2865.88
Hex8B7ED22228012f93042
Octal213176322425002237160102
Binary10001011111111011010010100010101000010010111110011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b7ed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,210); }

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

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

 a { background-color: rgb(139,126,210); }

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

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

 span { border-color: rgb(139,126,210); }

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