#8378C6

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

Shades of Moody Blue #8378C6

Tints of Moody Blue #8378C6

Color information

#8378C6 (or 0x8378C6) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and C6. RGB value is (131,120,198). Sum of RGB (Red+Green+Blue) = 131+120+198=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #8378C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378C6 is #7C8739. Grayscale: #838383. Windows color (decimal): -8161082 or 13006979. OLE color: 13006979.

HSL color Cylindrical-coordinate representation of color #8378C6: hue angle of 248.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8378C6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB131120198-
CMYK0.340.3900.22
HSL248.46º40.62%62.35%-
HSV(B)248.46º39.39%77.65%-
XYZ26.2722.3456.35-
YUV132.18165.14127.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=29.18%
G=26.73%
B=44.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1311201980.340.3900.22248.4640.6262.35
Hex8378C62227016f8293e
Octal20317030642470263705176
Binary1000001111110001100011010001010011101011011111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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