#847ABA

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

Shades of Moody Blue #847ABA

Tints of Moody Blue #847ABA

Color information

#847ABA (or 0x847ABA) is unknown color: approx Moody Blue. HEX triplet: 84, 7A and BA. RGB value is (132,122,186). Sum of RGB (Red+Green+Blue) = 132+122+186=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #847ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ABA is #7B8545. Grayscale: #848484. Windows color (decimal): -8095046 or 12221060. OLE color: 12221060.

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

Color convert

RGB132122186-
CMYK0.290.3400.27
HSL249.38º31.68%60.39%-
HSV(B)249.38º34.41%72.94%-
XYZ25.3422.3749.44-
YUV132.29158.31127.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=30%
G=27.73%
B=42.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321221860.290.3400.27249.3831.6860.39
Hex847ABA1D2201Bf9203c
Octal20417227235420333714074
Binary100001001111010101110101110110001001101111111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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