#8280B9

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

Shades of Moody Blue #8280B9

Tints of Moody Blue #8280B9

Color information

#8280B9 (or 0x8280B9) is unknown color: approx Moody Blue. HEX triplet: 82, 80 and B9. RGB value is (130,128,185). Sum of RGB (Red+Green+Blue) = 130+128+185=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #8280B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280B9 is #7D7F46. Grayscale: #868686. Windows color (decimal): -8224583 or 12157058. OLE color: 12157058.

HSL color Cylindrical-coordinate representation of color #8280B9: hue angle of 242.11º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8280B9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130128185-
CMYK0.300.3100.27
HSL242.11º28.93%61.37%-
HSV(B)242.11º30.81%72.55%-
XYZ25.6823.6949.12-
YUV135.1156.16124.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=29.35%
G=28.89%
B=41.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301281850.300.3100.27242.1128.9361.37
Hex8280B91E1F01Bf21d3d
Octal20220027136370333623575
Binary10000010100000001011100111110111110110111111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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