#8481D0

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

Shades of Moody Blue #8481D0

Tints of Moody Blue #8481D0

Color information

#8481D0 (or 0x8481D0) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and D0. RGB value is (132,129,208). Sum of RGB (Red+Green+Blue) = 132+129+208=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #8481D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481D0 is #7B7E2F. Grayscale: #8A8A8A. Windows color (decimal): -8093232 or 13664644. OLE color: 13664644.

HSL color Cylindrical-coordinate representation of color #8481D0: hue angle of 242.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8481D0 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132129208-
CMYK0.370.3800.18
HSL242.28º45.66%66.08%-
HSV(B)242.28º37.98%81.57%-
XYZ28.7525.1663.02-
YUV138.9166.99123.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 208 (81.64% from 255) = 44.35%
R=28.14%
G=27.51%
B=44.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321292080.370.3800.18242.2845.6666.08
Hex8481D02526012f22e42
Octal204201320454602236256102
Binary100001001000000111010000100101100110010010111100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8481D0; }

 p { color: rgb(132,129,208); }

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

<style>
 a { background-color: #8481D0; }

 a { background-color: rgb(132,129,208); }

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

<style>
 span { border-color: #8481D0; }

 span { border-color: rgb(132,129,208); }

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