#8B7AC8

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

Shades of Moody Blue #8B7AC8

Tints of Moody Blue #8B7AC8

Color information

#8B7AC8 (or 0x8B7AC8) is unknown color: approx Moody Blue. HEX triplet: 8B, 7A and C8. RGB value is (139,122,200). Sum of RGB (Red+Green+Blue) = 139+122+200=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B7AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC8 is #748537. Grayscale: #878787. Windows color (decimal): -7636280 or 13138571. OLE color: 13138571.

HSL color Cylindrical-coordinate representation of color #8B7AC8: hue angle of 253.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7AC8 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139122200-
CMYK0.300.3900.22
HSL253.08º41.49%63.14%-
HSV(B)253.08º39%78.43%-
XYZ28.0323.5857.72-
YUV135.98164.13130.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 200 (78.52% from 255) = 43.38%
R=30.15%
G=26.46%
B=43.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391222000.300.3900.22253.0841.4963.14
Hex8B7AC81E27016fd293f
Octal21317231036470263755177
Binary100010111111010110010001111010011101011011111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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