#8171BD

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

Shades of Moody Blue #8171BD

Tints of Moody Blue #8171BD

Color information

#8171BD (or 0x8171BD) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and BD. RGB value is (129,113,189). Sum of RGB (Red+Green+Blue) = 129+113+189=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #8171BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171BD is #7E8E42. Grayscale: #7E7E7E. Windows color (decimal): -8293955 or 12415361. OLE color: 12415361.

HSL color Cylindrical-coordinate representation of color #8171BD: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8171BD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129113189-
CMYK0.320.4000.26
HSL252.63º36.54%59.22%-
HSV(B)252.63º40.21%74.12%-
XYZ24.1420.1550.76-
YUV126.45163.3129.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=29.93%
G=26.22%
B=43.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291131890.320.4000.26252.6336.5459.22
Hex8171BD202801Afd253b
Octal20116127540500323754573
Binary1000000111100011011110110000010100001101011111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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