#8378BB

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

Shades of Moody Blue #8378BB

Tints of Moody Blue #8378BB

Color information

#8378BB (or 0x8378BB) is unknown color: approx Moody Blue. HEX triplet: 83, 78 and BB. RGB value is (131,120,187). Sum of RGB (Red+Green+Blue) = 131+120+187=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #8378BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BB is #7C8744. Grayscale: #828282. Windows color (decimal): -8161093 or 12286083. OLE color: 12286083.

HSL color Cylindrical-coordinate representation of color #8378BB: hue angle of 249.85º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8378BB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131120187-
CMYK0.300.3600.27
HSL249.85º33%60.2%-
HSV(B)249.85º35.83%73.33%-
XYZ25.0521.8549.91-
YUV130.93159.64128.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=29.91%
G=27.40%
B=42.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311201870.300.3600.27249.853360.2
Hex8378BB1E2401Bfa213c
Octal20317027336440333724174
Binary100000111111000101110111111010010001101111111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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