#8273BA

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

Shades of Moody Blue #8273BA

Tints of Moody Blue #8273BA

Color information

#8273BA (or 0x8273BA) is unknown color: approx Moody Blue. HEX triplet: 82, 73 and BA. RGB value is (130,115,186). Sum of RGB (Red+Green+Blue) = 130+115+186=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8273BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273BA is #7D8C45. Grayscale: #7F7F7F. Windows color (decimal): -8227910 or 12219266. OLE color: 12219266.

HSL color Cylindrical-coordinate representation of color #8273BA: hue angle of 252.68º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8273BA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130115186-
CMYK0.300.3800.27
HSL252.68º33.97%59.02%-
HSV(B)252.68º38.17%72.94%-
XYZ24.220.5549.15-
YUV127.58160.97129.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=30.16%
G=26.68%
B=43.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301151860.300.3800.27252.6833.9759.02
Hex8273BA1E2601Bfd223b
Octal20216327236460333754273
Binary100000101110011101110101111010011001101111111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8273BA; }

 p { color: rgb(130,115,186); }

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

<style>
 a { background-color: #8273BA; }

 a { background-color: rgb(130,115,186); }

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

<style>
 span { border-color: #8273BA; }

 span { border-color: rgb(130,115,186); }

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