#8171BA

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

Shades of Moody Blue #8171BA

Tints of Moody Blue #8171BA

Color information

#8171BA (or 0x8171BA) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and BA. RGB value is (129,113,186). Sum of RGB (Red+Green+Blue) = 129+113+186=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8171BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171BA is #7E8E45. Grayscale: #7D7D7D. Windows color (decimal): -8293958 or 12218753. OLE color: 12218753.

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

Color convert

RGB129113186-
CMYK0.310.3900.27
HSL253.15º34.6%58.63%-
HSV(B)253.15º39.25%72.94%-
XYZ23.8220.0249.06-
YUV126.11161.8130.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=30.14%
G=26.40%
B=43.46%

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
Decimal1291131860.310.3900.27253.1534.658.63
Hex8171BA1F2701Bfd233b
Octal20116127237470333754373
Binary100000011110001101110101111110011101101111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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