#847BD5

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

Shades of Moody Blue #847BD5

Tints of Moody Blue #847BD5

Color information

#847BD5 (or 0x847BD5) is unknown color: approx Moody Blue. HEX triplet: 84, 7B and D5. RGB value is (132,123,213). Sum of RGB (Red+Green+Blue) = 132+123+213=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #847BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BD5 is #7B842A. Grayscale: #878787. Windows color (decimal): -8094763 or 13990788. OLE color: 13990788.

HSL color Cylindrical-coordinate representation of color #847BD5: hue angle of 246º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847BD5 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132123213-
CMYK0.380.4200.16
HSL246º51.72%65.88%-
HSV(B)246º42.25%83.53%-
XYZ28.6123.8866.05-
YUV135.95171.48125.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=28.21%
G=26.28%
B=45.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321232130.380.4200.1624651.7265.88
Hex847BD5262A010f63442
Octal204173325465202036664102
Binary10000100111101111010101100110101010010000111101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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