#847EBB

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

Shades of Moody Blue #847EBB

Tints of Moody Blue #847EBB

Color information

#847EBB (or 0x847EBB) is unknown color: approx Moody Blue. HEX triplet: 84, 7E and BB. RGB value is (132,126,187). Sum of RGB (Red+Green+Blue) = 132+126+187=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #847EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EBB is #7B8144. Grayscale: #868686. Windows color (decimal): -8094021 or 12287620. OLE color: 12287620.

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

Color convert

RGB132126187-
CMYK0.290.3300.27
HSL245.9º30.96%61.37%-
HSV(B)245.9º32.62%73.33%-
XYZ25.9523.4250.17-
YUV134.75157.49126.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=29.66%
G=28.31%
B=42.02%

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
Decimal1321261870.290.3300.27245.930.9661.37
Hex847EBB1D2101Bf61f3d
Octal20417627335410333663775
Binary10000100111111010111011111011000010110111111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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