#8174BF

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

Shades of Moody Blue #8174BF

Tints of Moody Blue #8174BF

Color information

#8174BF (or 0x8174BF) is unknown color: approx Moody Blue. HEX triplet: 81, 74 and BF. RGB value is (129,116,191). Sum of RGB (Red+Green+Blue) = 129+116+191=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #8174BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174BF is #7E8B40. Grayscale: #808080. Windows color (decimal): -8293185 or 12547201. OLE color: 12547201.

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

Color convert

RGB129116191-
CMYK0.320.3900.25
HSL250.4º36.95%60.2%-
HSV(B)250.4º39.27%74.9%-
XYZ24.720.9252.03-
YUV128.44163.31128.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 191 (75% from 255) = 43.81%
R=29.59%
G=26.61%
B=43.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291161910.320.3900.25250.436.9560.2
Hex8174BF2027019fa253c
Octal20116427740470313724574
Binary1000000111101001011111110000010011101100111111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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