#847ABC

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

Shades of Moody Blue #847ABC

Tints of Moody Blue #847ABC

Color information

#847ABC (or 0x847ABC) is unknown color: approx Moody Blue. HEX triplet: 84, 7A and BC. RGB value is (132,122,188). Sum of RGB (Red+Green+Blue) = 132+122+188=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #847ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ABC is #7B8543. Grayscale: #848484. Windows color (decimal): -8095044 or 12352132. OLE color: 12352132.

HSL color Cylindrical-coordinate representation of color #847ABC: hue angle of 249.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847ABC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132122188-
CMYK0.300.3500.26
HSL249.09º33%60.78%-
HSV(B)249.09º35.11%73.73%-
XYZ25.5522.4650.56-
YUV132.51159.31127.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=29.86%
G=27.60%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321221880.300.3500.26249.093360.78
Hex847ABC1E2301Af9213d
Octal20417227436430323714175
Binary100001001111010101111001111010001101101011111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,188); }

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

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

 a { background-color: rgb(132,122,188); }

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

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

 span { border-color: rgb(132,122,188); }

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