#8271BF

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

Shades of Moody Blue #8271BF

Tints of Moody Blue #8271BF

Color information

#8271BF (or 0x8271BF) is unknown color: approx Moody Blue. HEX triplet: 82, 71 and BF. RGB value is (130,113,191). Sum of RGB (Red+Green+Blue) = 130+113+191=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #8271BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271BF is #7D8E40. Grayscale: #7E7E7E. Windows color (decimal): -8228417 or 12546434. OLE color: 12546434.

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

Color convert

RGB130113191-
CMYK0.320.4100.25
HSL253.08º37.86%59.61%-
HSV(B)253.08º40.84%74.9%-
XYZ24.5220.3251.92-
YUV126.98164.13130.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 44.01%
R=29.95%
G=26.04%
B=44.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301131910.320.4100.25253.0837.8659.61
Hex8271BF2029019fd263c
Octal20216127740510313754674
Binary1000001011100011011111110000010100101100111111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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