#8379BE

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

Shades of Moody Blue #8379BE

Tints of Moody Blue #8379BE

Color information

#8379BE (or 0x8379BE) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and BE. RGB value is (131,121,190). Sum of RGB (Red+Green+Blue) = 131+121+190=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8379BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379BE is #7C8641. Grayscale: #838383. Windows color (decimal): -8160834 or 12482947. OLE color: 12482947.

HSL color Cylindrical-coordinate representation of color #8379BE: hue angle of 248.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8379BE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131121190-
CMYK0.310.3600.25
HSL248.7º34.67%60.98%-
HSV(B)248.7º36.32%74.51%-
XYZ25.4922.2251.66-
YUV131.86160.81127.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=29.64%
G=27.38%
B=42.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311211900.310.3600.25248.734.6760.98
Hex8379BE1F24019f9233d
Octal20317127637440313714375
Binary100000111111001101111101111110010001100111111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379BE; }

 p { color: rgb(131,121,190); }

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

<style>
 a { background-color: #8379BE; }

 a { background-color: rgb(131,121,190); }

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

<style>
 span { border-color: #8379BE; }

 span { border-color: rgb(131,121,190); }

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