#8281B1

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

Shades of Moody Blue #8281B1

Tints of Moody Blue #8281B1

Color information

#8281B1 (or 0x8281B1) is unknown color: approx Moody Blue. HEX triplet: 82, 81 and B1. RGB value is (130,129,177). Sum of RGB (Red+Green+Blue) = 130+129+177=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #8281B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8281B1 is #7D7E4E. Grayscale: #868686. Windows color (decimal): -8224335 or 11633026. OLE color: 11633026.

HSL color Cylindrical-coordinate representation of color #8281B1: hue angle of 241.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8281B1 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130129177-
CMYK0.270.2700.31
HSL241.25º23.53%60%-
HSV(B)241.25º27.12%69.41%-
XYZ24.9923.6244.84-
YUV134.77151.83124.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=29.82%
G=29.59%
B=40.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301291770.270.2700.31241.2523.5360
Hex8281B11B1B01Ff1183c
Octal20220126133330373613074
Binary10000010100000011011000111011110110111111111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8281B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8281B1; }

 p { color: rgb(130,129,177); }

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

<style>
 a { background-color: #8281B1; }

 a { background-color: rgb(130,129,177); }

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

<style>
 span { border-color: #8281B1; }

 span { border-color: rgb(130,129,177); }

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