#8377BA

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

Shades of Moody Blue #8377BA

Tints of Moody Blue #8377BA

Color information

#8377BA (or 0x8377BA) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and BA. RGB value is (131,119,186). Sum of RGB (Red+Green+Blue) = 131+119+186=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8377BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377BA is #7C8845. Grayscale: #818181. Windows color (decimal): -8161350 or 12220291. OLE color: 12220291.

HSL color Cylindrical-coordinate representation of color #8377BA: hue angle of 250.75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8377BA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131119186-
CMYK0.300.3600.27
HSL250.75º32.68%59.8%-
HSV(B)250.75º36.02%72.94%-
XYZ24.8221.5649.31-
YUV130.23159.48128.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=30.05%
G=27.29%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311191860.300.3600.27250.7532.6859.8
Hex8377BA1E2401Bfb213c
Octal20316727236440333734174
Binary100000111110111101110101111010010001101111111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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