#8378BF

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

Shades of Moody Blue #8378BF

Tints of Moody Blue #8378BF

Color information

#8378BF (or 0x8378BF) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and BF. RGB value is (131,120,191). Sum of RGB (Red+Green+Blue) = 131+120+191=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8378BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BF is #7C8740. Grayscale: #838383. Windows color (decimal): -8161089 or 12548227. OLE color: 12548227.

HSL color Cylindrical-coordinate representation of color #8378BF: hue angle of 249.3º degrees, saturation: 0.36, 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 #8378BF is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131120191-
CMYK0.310.3700.25
HSL249.3º35.68%60.98%-
HSV(B)249.3º37.17%74.9%-
XYZ25.4822.0252.2-
YUV131.38161.64127.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 191 (75% from 255) = 43.21%
R=29.64%
G=27.15%
B=43.21%

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
Decimal1311201910.310.3700.25249.335.6860.98
Hex8378BF1F25019f9243d
Octal20317027737450313714475
Binary100000111111000101111111111110010101100111111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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