#8378C4

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

Shades of Moody Blue #8378C4

Tints of Moody Blue #8378C4

Color information

#8378C4 (or 0x8378C4) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and C4. RGB value is (131,120,196). Sum of RGB (Red+Green+Blue) = 131+120+196=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #8378C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378C4 is #7C873B. Grayscale: #838383. Windows color (decimal): -8161084 or 12875907. OLE color: 12875907.

HSL color Cylindrical-coordinate representation of color #8378C4: hue angle of 248.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8378C4 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131120196-
CMYK0.330.3900.23
HSL248.68º39.18%61.96%-
HSV(B)248.68º38.78%76.86%-
XYZ26.0422.2455.15-
YUV131.95164.14127.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=29.31%
G=26.85%
B=43.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311201960.330.3900.23248.6839.1861.96
Hex8378C42127017f9273e
Octal20317030441470273714776
Binary1000001111110001100010010000110011101011111111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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