#8271BD

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

Shades of Moody Blue #8271BD

Tints of Moody Blue #8271BD

Color information

#8271BD (or 0x8271BD) is unknown color: approx Moody Blue. HEX triplet: 82, 71 and BD. RGB value is (130,113,189). Sum of RGB (Red+Green+Blue) = 130+113+189=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #8271BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271BD is #7D8E42. Grayscale: #7E7E7E. Windows color (decimal): -8228419 or 12415362. OLE color: 12415362.

HSL color Cylindrical-coordinate representation of color #8271BD: hue angle of 253.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8271BD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130113189-
CMYK0.310.4000.26
HSL253.42º36.54%59.22%-
HSV(B)253.42º40.21%74.12%-
XYZ24.320.2350.77-
YUV126.75163.13130.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=30.09%
G=26.16%
B=43.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301131890.310.4000.26253.4236.5459.22
Hex8271BD1F2801Afd253b
Octal20216127537500323754573
Binary100000101110001101111011111110100001101011111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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