#8280BE

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

Shades of Moody Blue #8280BE

Tints of Moody Blue #8280BE

Color information

#8280BE (or 0x8280BE) is unknown color: approx Moody Blue. HEX triplet: 82, 80 and BE. RGB value is (130,128,190). Sum of RGB (Red+Green+Blue) = 130+128+190=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8280BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280BE is #7D7F41. Grayscale: #878787. Windows color (decimal): -8224578 or 12484738. OLE color: 12484738.

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

Color convert

RGB130128190-
CMYK0.320.3300.25
HSL241.94º32.29%62.35%-
HSV(B)241.94º32.63%74.51%-
XYZ26.2223.951.95-
YUV135.67158.66123.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=29.02%
G=28.57%
B=42.41%

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
Decimal1301281900.320.3300.25241.9432.2962.35
Hex8280BE2021019f2203e
Octal20220027640410313624076
Binary10000010100000001011111010000010000101100111110010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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