#847ACD

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

Shades of Moody Blue #847ACD

Tints of Moody Blue #847ACD

Color information

#847ACD (or 0x847ACD) is unknown color: approx Moody Blue. HEX triplet: 84, 7A and CD. RGB value is (132,122,205). Sum of RGB (Red+Green+Blue) = 132+122+205=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #847ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ACD is #7B8532. Grayscale: #868686. Windows color (decimal): -8095027 or 13466244. OLE color: 13466244.

HSL color Cylindrical-coordinate representation of color #847ACD: hue angle of 247.23º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847ACD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132122205-
CMYK0.360.4000.20
HSL247.23º45.36%64.12%-
HSV(B)247.23º40.49%80.39%-
XYZ27.4923.2360.79-
YUV134.45167.81126.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=28.76%
G=26.58%
B=44.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321222050.360.4000.20247.2345.3664.12
Hex847ACD2428014f72d40
Octal204172315445002436755100
Binary10000100111101011001101100100101000010100111101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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