#8374BA

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

Shades of Moody Blue #8374BA

Tints of Moody Blue #8374BA

Color information

#8374BA (or 0x8374BA) is unknown color: approx Moody Blue. HEX triplet: 83, 74 and BA. RGB value is (131,116,186). Sum of RGB (Red+Green+Blue) = 131+116+186=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8374BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374BA is #7C8B45. Grayscale: #808080. Windows color (decimal): -8162118 or 12219523. OLE color: 12219523.

HSL color Cylindrical-coordinate representation of color #8374BA: hue angle of 252.86º 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 #8374BA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131116186-
CMYK0.300.3800.27
HSL252.86º33.65%59.22%-
HSV(B)252.86º37.63%72.94%-
XYZ24.4720.8649.19-
YUV128.46160.47129.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=30.25%
G=26.79%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311161860.300.3800.27252.8633.6559.22
Hex8374BA1E2601Bfd223b
Octal20316427236460333754273
Binary100000111110100101110101111010011001101111111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,116,186); }

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

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

 a { background-color: rgb(131,116,186); }

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

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

 span { border-color: rgb(131,116,186); }

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