#8374db

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

Shades of Moody Blue #8374DB

Tints of Moody Blue #8374DB

Color information

#8374DB (or 0x8374DB) is unknown color: approx Moody Blue. HEX triplet: 83, 74 and DB. RGB value is (131,116,219). Sum of RGB (Red+Green+Blue) = 131+116+219=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8374DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DB is #7C8B24. Grayscale: #838383. Windows color (decimal): -8162085 or 14382211. OLE color: 14382211.

HSL color Cylindrical-coordinate representation of color #8374DB: hue angle of 248.74º degrees, saturation: 0.59, 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 #8374DB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131116219-
CMYK0.400.4700.14
HSL248.74º58.86%65.69%-
HSV(B)248.74º47.03%85.88%-
XYZ28.3922.4369.85-
YUV132.23176.97127.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.11%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=28.11%
G=24.89%
B=47.00%

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
Decimal1311162190.400.4700.14248.7458.8665.69
Hex8374DB282F0Ef93b42
Octal203164333505701637173102
Binary1000001111101001101101110100010111101110111110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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