#8170D1

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

Shades of Moody Blue #8170D1

Tints of Moody Blue #8170D1

Color information

#8170D1 (or 0x8170D1) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and D1. RGB value is (129,112,209). Sum of RGB (Red+Green+Blue) = 129+112+209=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #8170D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170D1 is #7E8F2E. Grayscale: #7F7F7F. Windows color (decimal): -8294191 or 13725825. OLE color: 13725825.

HSL color Cylindrical-coordinate representation of color #8170D1: hue angle of 250.52º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8170D1 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129112209-
CMYK0.380.4600.18
HSL250.52º51.32%62.94%-
HSV(B)250.52º46.41%81.96%-
XYZ26.3620.8662.96-
YUV128.14173.63128.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=28.67%
G=24.89%
B=46.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291122090.380.4600.18250.5251.3262.94
Hex8170D1262E012fb333f
Octal20116032146560223736377
Binary1000000111100001101000110011010111001001011111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8170D1; }

 p { color: rgb(129,112,209); }

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

<style>
 a { background-color: #8170D1; }

 a { background-color: rgb(129,112,209); }

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

<style>
 span { border-color: #8170D1; }

 span { border-color: rgb(129,112,209); }

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