#8071B9

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

Shades of Moody Blue #8071B9

Tints of Moody Blue #8071B9

Color information

#8071B9 (or 0x8071B9) is unknown color: approx Moody Blue. HEX triplet: 80, 71 and B9. RGB value is (128,113,185). Sum of RGB (Red+Green+Blue) = 128+113+185=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #8071B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071B9 is #7F8E46. Grayscale: #7D7D7D. Windows color (decimal): -8359495 or 12153216. OLE color: 12153216.

HSL color Cylindrical-coordinate representation of color #8071B9: hue angle of 252.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8071B9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128113185-
CMYK0.310.3900.27
HSL252.5º33.96%58.43%-
HSV(B)252.5º38.92%72.55%-
XYZ23.5619.948.5-
YUV125.69161.47129.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=30.05%
G=26.53%
B=43.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281131850.310.3900.27252.533.9658.43
Hex8071B91F2701Bfc223a
Octal20016127137470333744272
Binary100000001110001101110011111110011101101111111100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8071B9; }

 p { color: rgb(128,113,185); }

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

<style>
 a { background-color: #8071B9; }

 a { background-color: rgb(128,113,185); }

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

<style>
 span { border-color: #8071B9; }

 span { border-color: rgb(128,113,185); }

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