#847BBB

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

Shades of Moody Blue #847BBB

Tints of Moody Blue #847BBB

Color information

#847BBB (or 0x847BBB) is unknown color: approx Moody Blue. HEX triplet: 84, 7B and BB. RGB value is (132,123,187). Sum of RGB (Red+Green+Blue) = 132+123+187=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #847BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BBB is #7B8444. Grayscale: #848484. Windows color (decimal): -8094789 or 12286852. OLE color: 12286852.

HSL color Cylindrical-coordinate representation of color #847BBB: hue angle of 248.44º degrees, saturation: 0.32, 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 #847BBB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132123187-
CMYK0.290.3400.27
HSL248.44º32%60.78%-
HSV(B)248.44º34.22%73.33%-
XYZ25.5722.6650.04-
YUV132.99158.48127.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=29.86%
G=27.83%
B=42.31%

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
Decimal1321231870.290.3400.27248.443260.78
Hex847BBB1D2201Bf8203d
Octal20417327335420333704075
Binary100001001111011101110111110110001001101111111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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