#8379D0

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

Shades of Moody Blue #8379D0

Tints of Moody Blue #8379D0

Color information

#8379D0 (or 0x8379D0) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and D0. RGB value is (131,121,208). Sum of RGB (Red+Green+Blue) = 131+121+208=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #8379D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379D0 is #7C862F. Grayscale: #858585. Windows color (decimal): -8160816 or 13662595. OLE color: 13662595.

HSL color Cylindrical-coordinate representation of color #8379D0: hue angle of 246.9º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8379D0 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131121208-
CMYK0.370.4200.18
HSL246.9º48.07%64.51%-
HSV(B)246.9º41.83%81.57%-
XYZ27.5823.0562.67-
YUV133.91169.81125.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=28.48%
G=26.30%
B=45.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311212080.370.4200.18246.948.0764.51
Hex8379D0252A012f73041
Octal203171320455202236760101
Binary10000011111100111010000100101101010010010111101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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