#8173BF

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

Shades of Moody Blue #8173BF

Tints of Moody Blue #8173BF

Color information

#8173BF (or 0x8173BF) is unknown color: approx Moody Blue. HEX triplet: 81, 73 and BF. RGB value is (129,115,191). Sum of RGB (Red+Green+Blue) = 129+115+191=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #8173BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173BF is #7E8C40. Grayscale: #7F7F7F. Windows color (decimal): -8293441 or 12546945. OLE color: 12546945.

HSL color Cylindrical-coordinate representation of color #8173BF: hue angle of 251.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8173BF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129115191-
CMYK0.320.4000.25
HSL251.05º37.25%60%-
HSV(B)251.05º39.79%74.9%-
XYZ24.5920.6951.99-
YUV127.85163.64128.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 191 (75% from 255) = 43.91%
R=29.66%
G=26.44%
B=43.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291151910.320.4000.25251.0537.2560
Hex8173BF2028019fb253c
Octal20116327740500313734574
Binary1000000111100111011111110000010100001100111111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8173BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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