#847FB9

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

Shades of Moody Blue #847FB9

Tints of Moody Blue #847FB9

Color information

#847FB9 (or 0x847FB9) is unknown color: approx Moody Blue. HEX triplet: 84, 7F and B9. RGB value is (132,127,185). Sum of RGB (Red+Green+Blue) = 132+127+185=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #847FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FB9 is #7B8046. Grayscale: #868686. Windows color (decimal): -8093767 or 12156804. OLE color: 12156804.

HSL color Cylindrical-coordinate representation of color #847FB9: hue angle of 245.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847FB9 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132127185-
CMYK0.290.3100.27
HSL245.17º29.29%61.18%-
HSV(B)245.17º31.35%72.55%-
XYZ25.8623.5949.09-
YUV135.11156.16125.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=29.73%
G=28.60%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321271850.290.3100.27245.1729.2961.18
Hex847FB91D1F01Bf51d3d
Octal20417727135370333653575
Binary1000010011111111011100111101111110110111111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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