#847DBF

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

Shades of Moody Blue #847DBF

Tints of Moody Blue #847DBF

Color information

#847DBF (or 0x847DBF) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and BF. RGB value is (132,125,191). Sum of RGB (Red+Green+Blue) = 132+125+191=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #847DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DBF is #7B8240. Grayscale: #868686. Windows color (decimal): -8094273 or 12549508. OLE color: 12549508.

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

Color convert

RGB132125191-
CMYK0.310.3500.25
HSL246.36º34.02%61.96%-
HSV(B)246.36º34.55%74.9%-
XYZ26.2523.3352.41-
YUV134.62159.82126.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 42.63%
R=29.46%
G=27.90%
B=42.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321251910.310.3500.25246.3634.0261.96
Hex847DBF1F23019f6223e
Octal20417527737430313664276
Binary100001001111101101111111111110001101100111110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,125,191); }

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

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

 a { background-color: rgb(132,125,191); }

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

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

 span { border-color: rgb(132,125,191); }

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