#8171BC

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

Shades of Moody Blue #8171BC

Tints of Moody Blue #8171BC

Color information

#8171BC (or 0x8171BC) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and BC. RGB value is (129,113,188). Sum of RGB (Red+Green+Blue) = 129+113+188=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #8171BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171BC is #7E8E43. Grayscale: #7E7E7E. Windows color (decimal): -8293956 or 12349825. OLE color: 12349825.

HSL color Cylindrical-coordinate representation of color #8171BC: hue angle of 252.8º degrees, saturation: 0.36, 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 #8171BC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129113188-
CMYK0.310.4000.26
HSL252.8º35.89%59.02%-
HSV(B)252.8º39.89%73.73%-
XYZ24.0420.1150.19-
YUV126.33162.8129.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=30%
G=26.28%
B=43.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291131880.310.4000.26252.835.8959.02
Hex8171BC1F2801Afd243b
Octal20116127437500323754473
Binary100000011110001101111001111110100001101011111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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