#8374DC

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

Shades of Moody Blue #8374DC

Tints of Moody Blue #8374DC

Color information

#8374DC (or 0x8374DC) is unknown color: approx Moody Blue. HEX triplet: 83, 74 and DC. RGB value is (131,116,220). Sum of RGB (Red+Green+Blue) = 131+116+220=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8374DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DC is #7C8B23. Grayscale: #838383. Windows color (decimal): -8162084 or 14447747. OLE color: 14447747.

HSL color Cylindrical-coordinate representation of color #8374DC: hue angle of 248.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8374DC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131116220-
CMYK0.400.4700.14
HSL248.65º59.77%65.88%-
HSV(B)248.65º47.27%86.27%-
XYZ28.5222.4870.55-
YUV132.34177.47127.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=28.05%
G=24.84%
B=47.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311162200.400.4700.14248.6559.7765.88
Hex8374DC282F0Ef93c42
Octal203164334505701637174102
Binary1000001111101001101110010100010111101110111110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8374DC; }

 p { color: rgb(131,116,220); }

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

<style>
 a { background-color: #8374DC; }

 a { background-color: rgb(131,116,220); }

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

<style>
 span { border-color: #8374DC; }

 span { border-color: rgb(131,116,220); }

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