#8171CC

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

Shades of Moody Blue #8171CC

Tints of Moody Blue #8171CC

Color information

#8171CC (or 0x8171CC) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and CC. RGB value is (129,113,204). Sum of RGB (Red+Green+Blue) = 129+113+204=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #8171CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171CC is #7E8E33. Grayscale: #7F7F7F. Windows color (decimal): -8293940 or 13398401. OLE color: 13398401.

HSL color Cylindrical-coordinate representation of color #8171CC: hue angle of 250.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8171CC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129113204-
CMYK0.370.4500.2
HSL250.55º47.15%62.16%-
HSV(B)250.55º44.61%80%-
XYZ25.8620.8459.79-
YUV128.16170.8128.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=28.92%
G=25.34%
B=45.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291132040.370.4500.2250.5547.1562.16
Hex8171CC252D014fb2f3e
Octal20116131445550243735776
Binary1000000111100011100110010010110110101010011111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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