#847CBA

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

Shades of Moody Blue #847CBA

Tints of Moody Blue #847CBA

Color information

#847CBA (or 0x847CBA) is unknown color: approx Moody Blue. HEX triplet: 84, 7C and BA. RGB value is (132,124,186). Sum of RGB (Red+Green+Blue) = 132+124+186=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #847CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CBA is #7B8345. Grayscale: #858585. Windows color (decimal): -8094534 or 12221572. OLE color: 12221572.

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

Color convert

RGB132124186-
CMYK0.290.3300.27
HSL247.74º31%60.78%-
HSV(B)247.74º33.33%72.94%-
XYZ25.5922.8749.52-
YUV133.46157.65126.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=29.86%
G=28.05%
B=42.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321241860.290.3300.27247.743160.78
Hex847CBA1D2101Bf81f3d
Octal20417427235410333703775
Binary10000100111110010111010111011000010110111111100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,186); }

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

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

 a { background-color: rgb(132,124,186); }

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

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

 span { border-color: rgb(132,124,186); }

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