#8277BD

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

Shades of Moody Blue #8277BD

Tints of Moody Blue #8277BD

Color information

#8277BD (or 0x8277BD) is unknown color: approx Moody Blue. HEX triplet: 82, 77 and BD. RGB value is (130,119,189). Sum of RGB (Red+Green+Blue) = 130+119+189=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8277BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277BD is #7D8842. Grayscale: #828282. Windows color (decimal): -8226883 or 12416898. OLE color: 12416898.

HSL color Cylindrical-coordinate representation of color #8277BD: hue angle of 249.43º degrees, saturation: 0.35, 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 #8277BD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130119189-
CMYK0.310.3700.26
HSL249.43º34.65%60.39%-
HSV(B)249.43º37.04%74.12%-
XYZ24.9921.6151-
YUV130.27161.14127.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=29.68%
G=27.17%
B=43.15%

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
Decimal1301191890.310.3700.26249.4334.6560.39
Hex8277BD1F2501Af9233c
Octal20216727537450323714374
Binary100000101110111101111011111110010101101011111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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