#847AD6

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

Shades of Moody Blue #847AD6

Tints of Moody Blue #847AD6

Color information

#847AD6 (or 0x847AD6) is unknown color: approx Moody Blue. HEX triplet: 84, 7A and D6. RGB value is (132,122,214). Sum of RGB (Red+Green+Blue) = 132+122+214=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #847AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AD6 is #7B8529. Grayscale: #878787. Windows color (decimal): -8095018 or 14056068. OLE color: 14056068.

HSL color Cylindrical-coordinate representation of color #847AD6: hue angle of 246.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847AD6 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132122214-
CMYK0.380.4300.16
HSL246.52º52.87%65.88%-
HSV(B)246.52º42.99%83.92%-
XYZ28.6123.6866.68-
YUV135.48172.31125.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 214 (83.98% from 255) = 45.73%
R=28.21%
G=26.07%
B=45.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321222140.380.4300.16246.5252.8765.88
Hex847AD6262B010f73542
Octal204172326465302036765102
Binary10000100111101011010110100110101011010000111101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847AD6; }

 p { color: rgb(132,122,214); }

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

<style>
 a { background-color: #847AD6; }

 a { background-color: rgb(132,122,214); }

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

<style>
 span { border-color: #847AD6; }

 span { border-color: rgb(132,122,214); }

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