#8171BF

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

Shades of Moody Blue #8171BF

Tints of Moody Blue #8171BF

Color information

#8171BF (or 0x8171BF) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and BF. RGB value is (129,113,191). Sum of RGB (Red+Green+Blue) = 129+113+191=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8171BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171BF is #7E8E40. Grayscale: #7E7E7E. Windows color (decimal): -8293953 or 12546433. OLE color: 12546433.

HSL color Cylindrical-coordinate representation of color #8171BF: hue angle of 252.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8171BF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129113191-
CMYK0.320.4100.25
HSL252.31º37.86%59.61%-
HSV(B)252.31º40.84%74.9%-
XYZ24.3620.2451.91-
YUV126.68164.3129.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 44.11%
R=29.79%
G=26.10%
B=44.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291131910.320.4100.25252.3137.8659.61
Hex8171BF2029019fc263c
Octal20116127740510313744674
Binary1000000111100011011111110000010100101100111111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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