#8171B8

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

Shades of Moody Blue #8171B8

Tints of Moody Blue #8171B8

Color information

#8171B8 (or 0x8171B8) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and B8. RGB value is (129,113,184). Sum of RGB (Red+Green+Blue) = 129+113+184=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #8171B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171B8 is #7E8E47. Grayscale: #7D7D7D. Windows color (decimal): -8293960 or 12087681. OLE color: 12087681.

HSL color Cylindrical-coordinate representation of color #8171B8: hue angle of 253.52º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8171B8 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB129113184-
CMYK0.300.3900.28
HSL253.52º33.33%58.24%-
HSV(B)253.52º38.59%72.16%-
XYZ23.6119.9447.95-
YUV125.88160.8130.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 184 (72.27% from 255) = 43.19%
R=30.28%
G=26.53%
B=43.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291131840.300.3900.28253.5233.3358.24
Hex8171B81E2701Cfe213a
Octal20116127036470343764172
Binary100000011110001101110001111010011101110011111110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8171B8; }

 p { color: rgb(129,113,184); }

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

<style>
 a { background-color: #8171B8; }

 a { background-color: rgb(129,113,184); }

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

<style>
 span { border-color: #8171B8; }

 span { border-color: rgb(129,113,184); }

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