#8271D7

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

Shades of Moody Blue #8271D7

Tints of Moody Blue #8271D7

Color information

#8271D7 (or 0x8271D7) is unknown color: approx Moody Blue. HEX triplet: 82, 71 and D7. RGB value is (130,113,215). Sum of RGB (Red+Green+Blue) = 130+113+215=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #8271D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271D7 is #7D8E28. Grayscale: #818181. Windows color (decimal): -8228393 or 14119298. OLE color: 14119298.

HSL color Cylindrical-coordinate representation of color #8271D7: hue angle of 250º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8271D7 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130113215-
CMYK0.400.4700.16
HSL250º56.04%64.31%-
HSV(B)250º47.44%84.31%-
XYZ27.3821.4666.99-
YUV129.71176.13128.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 215 (84.38% from 255) = 46.94%
R=28.38%
G=24.67%
B=46.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301132150.400.4700.1625056.0464.31
Hex8271D7282F010fa3840
Octal202161327505702037270100
Binary10000010111000111010111101000101111010000111110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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