#8377CA

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

Shades of Moody Blue #8377CA

Tints of Moody Blue #8377CA

Color information

#8377CA (or 0x8377CA) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and CA. RGB value is (131,119,202). Sum of RGB (Red+Green+Blue) = 131+119+202=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8377CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377CA is #7C8835. Grayscale: #838383. Windows color (decimal): -8161334 or 13268867. OLE color: 13268867.

HSL color Cylindrical-coordinate representation of color #8377CA: hue angle of 248.67º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8377CA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131119202-
CMYK0.350.4100.21
HSL248.67º43.92%62.94%-
HSV(B)248.67º41.09%79.22%-
XYZ26.6222.2858.78-
YUV132.05167.48127.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.98%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=28.98%
G=26.33%
B=44.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311192020.350.4100.21248.6743.9262.94
Hex8377CA2329015f92c3f
Octal20316731243510253715477
Binary1000001111101111100101010001110100101010111111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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