#8B7ACA

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

Shades of Moody Blue #8B7ACA

Tints of Moody Blue #8B7ACA

Color information

#8B7ACA (or 0x8B7ACA) is unknown color: approx Moody Blue. HEX triplet: 8B, 7A and CA. RGB value is (139,122,202). Sum of RGB (Red+Green+Blue) = 139+122+202=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ACA is #748535. Grayscale: #878787. Windows color (decimal): -7636278 or 13269643. OLE color: 13269643.

HSL color Cylindrical-coordinate representation of color #8B7ACA: hue angle of 252.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7ACA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139122202-
CMYK0.310.4000.21
HSL252.75º43.01%63.53%-
HSV(B)252.75º39.6%79.22%-
XYZ28.2723.6758.96-
YUV136.2165.13130-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=30.02%
G=26.35%
B=43.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391222020.310.4000.21252.7543.0163.53
Hex8B7ACA1F28015fd2b40
Octal213172312375002537553100
Binary1000101111110101100101011111101000010101111111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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