#8276BE

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

Shades of Moody Blue #8276BE

Tints of Moody Blue #8276BE

Color information

#8276BE (or 0x8276BE) is unknown color: approx Moody Blue. HEX triplet: 82, 76 and BE. RGB value is (130,118,190). Sum of RGB (Red+Green+Blue) = 130+118+190=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8276BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276BE is #7D8941. Grayscale: #818181. Windows color (decimal): -8227138 or 12482178. OLE color: 12482178.

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

Color convert

RGB130118190-
CMYK0.320.3800.25
HSL250º35.64%60.39%-
HSV(B)250º37.89%74.51%-
XYZ24.9821.4251.53-
YUV129.8161.98128.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=29.68%
G=26.94%
B=43.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301181900.320.3800.2525035.6460.39
Hex8276BE2026019fa243c
Octal20216627640460313724474
Binary1000001011101101011111010000010011001100111111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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