#8378D7

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

Shades of Moody Blue #8378D7

Tints of Moody Blue #8378D7

Color information

#8378D7 (or 0x8378D7) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and D7. RGB value is (131,120,215). Sum of RGB (Red+Green+Blue) = 131+120+215=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #8378D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378D7 is #7C8728. Grayscale: #858585. Windows color (decimal): -8161065 or 14121091. OLE color: 14121091.

HSL color Cylindrical-coordinate representation of color #8378D7: hue angle of 246.95º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8378D7 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131120215-
CMYK0.390.4400.16
HSL246.95º54.29%65.69%-
HSV(B)246.95º44.19%84.31%-
XYZ28.3423.1667.27-
YUV134.12173.64125.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 215 (84.38% from 255) = 46.14%
R=28.11%
G=25.75%
B=46.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311202150.390.4400.16246.9554.2965.69
Hex8378D7272C010f73642
Octal203170327475402036766102
Binary10000011111100011010111100111101100010000111101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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