#8378BE

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

Shades of Moody Blue #8378BE

Tints of Moody Blue #8378BE

Color information

#8378BE (or 0x8378BE) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and BE. RGB value is (131,120,190). Sum of RGB (Red+Green+Blue) = 131+120+190=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8378BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BE is #7C8741. Grayscale: #838383. Windows color (decimal): -8161090 or 12482691. OLE color: 12482691.

HSL color Cylindrical-coordinate representation of color #8378BE: hue angle of 249.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8378BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131120190-
CMYK0.310.3700.25
HSL249.43º35%60.78%-
HSV(B)249.43º36.84%74.51%-
XYZ25.3721.9851.62-
YUV131.27161.14127.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=29.71%
G=27.21%
B=43.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311201900.310.3700.25249.433560.78
Hex8378BE1F25019f9233d
Octal20317027637450313714375
Binary100000111111000101111101111110010101100111111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8378BE; }

 p { color: rgb(131,120,190); }

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

<style>
 a { background-color: #8378BE; }

 a { background-color: rgb(131,120,190); }

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

<style>
 span { border-color: #8378BE; }

 span { border-color: rgb(131,120,190); }

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