#8169D1

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

Shades of Moody Blue #8169D1

Tints of Moody Blue #8169D1

Color information

#8169D1 (or 0x8169D1) is unknown color: approx Moody Blue. HEX triplet: 81, 69 and D1. RGB value is (129,105,209). Sum of RGB (Red+Green+Blue) = 129+105+209=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #8169D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169D1 is #7E962E. Grayscale: #7B7B7B. Windows color (decimal): -8295983 or 13724033. OLE color: 13724033.

HSL color Cylindrical-coordinate representation of color #8169D1: hue angle of 253.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8169D1 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129105209-
CMYK0.380.5000.18
HSL253.85º53.06%61.57%-
HSV(B)253.85º49.76%81.96%-
XYZ25.6119.3762.71-
YUV124.03175.95131.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 209 (82.03% from 255) = 47.18%
R=29.12%
G=23.70%
B=47.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291052090.380.5000.18253.8553.0661.57
Hex8169D12632012fe353e
Octal20115132146620223766576
Binary1000000111010011101000110011011001001001011111110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8169D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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