#8480d7

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

Shades of Moody Blue #8480D7

Tints of Moody Blue #8480D7

Color information

#8480D7 (or 0x8480D7) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and D7. RGB value is (132,128,215). Sum of RGB (Red+Green+Blue) = 132+128+215=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #8480D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480D7 is #7B7F28. Grayscale: #8A8A8A. Windows color (decimal): -8093481 or 14123140. OLE color: 14123140.

HSL color Cylindrical-coordinate representation of color #8480D7: hue angle of 242.76º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8480D7 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132128215-
CMYK0.390.4000.16
HSL242.76º52.1%67.25%-
HSV(B)242.76º40.47%84.31%-
XYZ29.525.2567.61-
YUV139.11170.83122.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=27.79%
G=26.95%
B=45.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321282150.390.4000.16242.7652.167.25
Hex8480D72728010f33443
Octal204200327475002036364103
Binary100001001000000011010111100111101000010000111100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8480d7; }

 p { color: rgb(132,128,215); }

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

<style>
 a { background-color: #8480d7; }

 a { background-color: rgb(132,128,215); }

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

<style>
 span { border-color: #8480d7; }

 span { border-color: rgb(132,128,215); }

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