#8276B8

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

Shades of Moody Blue #8276B8

Tints of Moody Blue #8276B8

Color information

#8276B8 (or 0x8276B8) is unknown color: approx Moody Blue. HEX triplet: 82, 76 and B8. RGB value is (130,118,184). Sum of RGB (Red+Green+Blue) = 130+118+184=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #8276B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276B8 is #7D8947. Grayscale: #808080. Windows color (decimal): -8227144 or 12088962. OLE color: 12088962.

HSL color Cylindrical-coordinate representation of color #8276B8: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8276B8 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB130118184-
CMYK0.290.3600.28
HSL250.91º31.73%59.22%-
HSV(B)250.91º35.87%72.16%-
XYZ24.3421.1648.15-
YUV129.11158.98128.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=30.09%
G=27.31%
B=42.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301181840.290.3600.28250.9131.7359.22
Hex8276B81D2401Cfb203b
Octal20216627035440343734073
Binary100000101110110101110001110110010001110011111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8276B8; }

 p { color: rgb(130,118,184); }

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

<style>
 a { background-color: #8276B8; }

 a { background-color: rgb(130,118,184); }

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

<style>
 span { border-color: #8276B8; }

 span { border-color: rgb(130,118,184); }

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