#8B7AC3

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

Shades of Moody Blue #8B7AC3

Tints of Moody Blue #8B7AC3

Color information

#8B7AC3 (or 0x8B7AC3) is unknown color: approx Moody Blue. HEX triplet: 8B, 7A and C3. RGB value is (139,122,195). Sum of RGB (Red+Green+Blue) = 139+122+195=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B7AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC3 is #74853C. Grayscale: #878787. Windows color (decimal): -7636285 or 12810891. OLE color: 12810891.

HSL color Cylindrical-coordinate representation of color #8B7AC3: hue angle of 253.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7AC3 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139122195-
CMYK0.290.3700.24
HSL253.97º37.82%62.16%-
HSV(B)253.97º37.44%76.47%-
XYZ27.4623.3554.69-
YUV135.4161.63130.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=30.48%
G=26.75%
B=42.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391221950.290.3700.24253.9737.8262.16
Hex8B7AC31D25018fe263e
Octal21317230335450303764676
Binary100010111111010110000111110110010101100011111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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