#847FBC

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

Shades of Moody Blue #847FBC

Tints of Moody Blue #847FBC

Color information

#847FBC (or 0x847FBC) is unknown color: approx Moody Blue. HEX triplet: 84, 7F and BC. RGB value is (132,127,188). Sum of RGB (Red+Green+Blue) = 132+127+188=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #847FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FBC is #7B8043. Grayscale: #878787. Windows color (decimal): -8093764 or 12353412. OLE color: 12353412.

HSL color Cylindrical-coordinate representation of color #847FBC: hue angle of 244.92º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #847FBC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132127188-
CMYK0.300.3200.26
HSL244.92º31.28%61.76%-
HSV(B)244.92º32.45%73.73%-
XYZ26.1823.7250.77-
YUV135.45157.66125.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=29.53%
G=28.41%
B=42.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321271880.300.3200.26244.9231.2861.76
Hex847FBC1E2001Af51f3e
Octal20417727436400323653776
Binary10000100111111110111100111101000000110101111010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,188); }

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

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

 a { background-color: rgb(132,127,188); }

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

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

 span { border-color: rgb(132,127,188); }

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