#8277BC

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

Shades of Moody Blue #8277BC

Tints of Moody Blue #8277BC

Color information

#8277BC (or 0x8277BC) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and BC. RGB value is (130,119,188). Sum of RGB (Red+Green+Blue) = 130+119+188=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #8277BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BC is #7D8843. Grayscale: #818181. Windows color (decimal): -8226884 or 12351362. OLE color: 12351362.

HSL color Cylindrical-coordinate representation of color #8277BC: hue angle of 249.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8277BC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130119188-
CMYK0.310.3700.26
HSL249.57º33.99%60.2%-
HSV(B)249.57º36.7%73.73%-
XYZ24.8821.5750.43-
YUV130.15160.64127.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=29.75%
G=27.23%
B=43.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301191880.310.3700.26249.5733.9960.2
Hex8277BC1F2501Afa223c
Octal20216727437450323724274
Binary100000101110111101111001111110010101101011111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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