#847EB0

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

Shades of Moody Blue #847EB0

Tints of Moody Blue #847EB0

Color information

#847EB0 (or 0x847EB0) is unknown color: approx Moody Blue. HEX triplet: 84, 7E and B0. RGB value is (132,126,176). Sum of RGB (Red+Green+Blue) = 132+126+176=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #847EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EB0 is #7B814F. Grayscale: #858585. Windows color (decimal): -8094032 or 11566724. OLE color: 11566724.

HSL color Cylindrical-coordinate representation of color #847EB0: hue angle of 247.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847EB0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132126176-
CMYK0.250.2800.31
HSL247.2º24.04%59.22%-
HSV(B)247.2º28.41%69.02%-
XYZ24.8122.9644.2-
YUV133.49151.99126.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=30.41%
G=29.03%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321261760.250.2800.31247.224.0459.22
Hex847EB0191C01Ff7183b
Octal20417626031340373673073
Binary1000010011111101011000011001111000111111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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