#8173BA

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

Shades of Moody Blue #8173BA

Tints of Moody Blue #8173BA

Color information

#8173BA (or 0x8173BA) is unknown color: approx Moody Blue. HEX triplet: 81, 73 and BA. RGB value is (129,115,186). Sum of RGB (Red+Green+Blue) = 129+115+186=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8173BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173BA is #7E8C45. Grayscale: #7F7F7F. Windows color (decimal): -8293446 or 12219265. OLE color: 12219265.

HSL color Cylindrical-coordinate representation of color #8173BA: hue angle of 251.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8173BA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129115186-
CMYK0.310.3800.27
HSL251.83º33.97%59.02%-
HSV(B)251.83º38.17%72.94%-
XYZ24.0520.4749.14-
YUV127.28161.14129.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=30%
G=26.74%
B=43.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291151860.310.3800.27251.8333.9759.02
Hex8173BA1F2601Bfc223b
Octal20116327237460333744273
Binary100000011110011101110101111110011001101111111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8173BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8173BA; }

 p { color: rgb(129,115,186); }

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

<style>
 a { background-color: #8173BA; }

 a { background-color: rgb(129,115,186); }

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

<style>
 span { border-color: #8173BA; }

 span { border-color: rgb(129,115,186); }

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