#847BBA

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

Shades of Moody Blue #847BBA

Tints of Moody Blue #847BBA

Color information

#847BBA (or 0x847BBA) is unknown color: approx Moody Blue. HEX triplet: 84, 7B and BA. RGB value is (132,123,186). Sum of RGB (Red+Green+Blue) = 132+123+186=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #847BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BBA is #7B8445. Grayscale: #848484. Windows color (decimal): -8094790 or 12221316. OLE color: 12221316.

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

Color convert

RGB132123186-
CMYK0.290.3400.27
HSL248.57º31.34%60.59%-
HSV(B)248.57º33.87%72.94%-
XYZ25.4622.6249.48-
YUV132.87157.98127.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=29.93%
G=27.89%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321231860.290.3400.27248.5731.3460.59
Hex847BBA1D2201Bf91f3d
Octal20417327235420333713775
Binary10000100111101110111010111011000100110111111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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