#8277BB

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

Shades of Moody Blue #8277BB

Tints of Moody Blue #8277BB

Color information

#8277BB (or 0x8277BB) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and BB. RGB value is (130,119,187). Sum of RGB (Red+Green+Blue) = 130+119+187=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8277BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BB is #7D8844. Grayscale: #818181. Windows color (decimal): -8226885 or 12285826. OLE color: 12285826.

HSL color Cylindrical-coordinate representation of color #8277BB: hue angle of 249.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8277BB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130119187-
CMYK0.300.3600.27
HSL249.71º33.33%60%-
HSV(B)249.71º36.36%73.33%-
XYZ24.7721.5349.86-
YUV130.04160.14127.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=29.82%
G=27.29%
B=42.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301191870.300.3600.27249.7133.3360
Hex8277BB1E2401Bfa213c
Octal20216727336440333724174
Binary100000101110111101110111111010010001101111111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8277BB; }

 p { color: rgb(130,119,187); }

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

<style>
 a { background-color: #8277BB; }

 a { background-color: rgb(130,119,187); }

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

<style>
 span { border-color: #8277BB; }

 span { border-color: rgb(130,119,187); }

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