#847EBA

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

Shades of Moody Blue #847EBA

Tints of Moody Blue #847EBA

Color information

#847EBA (or 0x847EBA) is unknown color: approx Moody Blue. HEX triplet: 84, 7E and BA. RGB value is (132,126,186). Sum of RGB (Red+Green+Blue) = 132+126+186=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #847EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EBA is #7B8145. Grayscale: #868686. Windows color (decimal): -8094022 or 12222084. OLE color: 12222084.

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

Color convert

RGB132126186-
CMYK0.290.3200.27
HSL246º30.3%61.18%-
HSV(B)246º32.26%72.94%-
XYZ25.8423.3749.6-
YUV134.63156.99126.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=29.73%
G=28.38%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321261860.290.3200.2724630.361.18
Hex847EBA1D2001Bf61e3d
Octal20417627235400333663675
Binary10000100111111010111010111011000000110111111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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