#8280BF

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

Shades of Moody Blue #8280BF

Tints of Moody Blue #8280BF

Color information

#8280BF (or 0x8280BF) is unknown color: approx Moody Blue. HEX triplet: 82, 80 and BF. RGB value is (130,128,191). Sum of RGB (Red+Green+Blue) = 130+128+191=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8280BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280BF is #7D7F40. Grayscale: #878787. Windows color (decimal): -8224577 or 12550274. OLE color: 12550274.

HSL color Cylindrical-coordinate representation of color #8280BF: hue angle of 241.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8280BF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130128191-
CMYK0.320.3300.25
HSL241.9º32.98%62.55%-
HSV(B)241.9º32.98%74.9%-
XYZ26.3323.9552.52-
YUV135.78159.16123.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 191 (75% from 255) = 42.54%
R=28.95%
G=28.51%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301281910.320.3300.25241.932.9862.55
Hex8280BF2021019f2213f
Octal20220027740410313624177
Binary10000010100000001011111110000010000101100111110010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8280BF; }

 p { color: rgb(130,128,191); }

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

<style>
 a { background-color: #8280BF; }

 a { background-color: rgb(130,128,191); }

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

<style>
 span { border-color: #8280BF; }

 span { border-color: rgb(130,128,191); }

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