#8171C4

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

Shades of Moody Blue #8171C4

Tints of Moody Blue #8171C4

Color information

#8171C4 (or 0x8171C4) is unknown color: approx Moody Blue. HEX triplet: 81, 71 and C4. RGB value is (129,113,196). Sum of RGB (Red+Green+Blue) = 129+113+196=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #8171C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171C4 is #7E8E3B. Grayscale: #7E7E7E. Windows color (decimal): -8293948 or 12874113. OLE color: 12874113.

HSL color Cylindrical-coordinate representation of color #8171C4: hue angle of 251.57º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8171C4 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129113196-
CMYK0.340.4200.23
HSL251.57º41.29%60.59%-
HSV(B)251.57º42.35%76.86%-
XYZ24.9220.4654.86-
YUV127.25166.8129.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=29.45%
G=25.80%
B=44.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291131960.340.4200.23251.5741.2960.59
Hex8171C4222A017fc293d
Octal20116130442520273745175
Binary1000000111100011100010010001010101001011111111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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