#8480CF

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

Shades of Moody Blue #8480CF

Tints of Moody Blue #8480CF

Color information

#8480CF (or 0x8480CF) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and CF. RGB value is (132,128,207). Sum of RGB (Red+Green+Blue) = 132+128+207=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #8480CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480CF is #7B7F30. Grayscale: #898989. Windows color (decimal): -8093489 or 13598852. OLE color: 13598852.

HSL color Cylindrical-coordinate representation of color #8480CF: hue angle of 243.04º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8480CF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132128207-
CMYK0.360.3800.19
HSL243.04º45.14%65.69%-
HSV(B)243.04º38.16%81.18%-
XYZ28.524.8562.33-
YUV138.2166.83123.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=28.27%
G=27.41%
B=44.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321282070.360.3800.19243.0445.1465.69
Hex8480CF2426013f32d42
Octal204200317444602336355102
Binary100001001000000011001111100100100110010011111100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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