#8181DF

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

Shades of Moody Blue #8181DF

Tints of Moody Blue #8181DF

Color information

#8181DF (or 0x8181DF) is unknown color: approx Moody Blue. HEX triplet: 81, 81 and DF. RGB value is (129,129,223). Sum of RGB (Red+Green+Blue) = 129+129+223=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #8181DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8181DF is #7E7E20. Grayscale: #8B8B8B. Windows color (decimal): -8289825 or 14647681. OLE color: 14647681.

HSL color Cylindrical-coordinate representation of color #8181DF: hue angle of 240º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8181DF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129129223-
CMYK0.420.4200.13
HSL240º59.49%69.02%-
HSV(B)240º42.15%87.45%-
XYZ30.2225.773.18-
YUV139.72175120.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=26.82%
G=26.82%
B=46.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291292230.420.4200.1324059.4969.02
Hex8181DF2A2A0Df03b45
Octal201201337525201536073105
Binary10000001100000011101111110101010101001101111100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8181DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8181DF; }

 p { color: rgb(129,129,223); }

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

<style>
 a { background-color: #8181DF; }

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

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

<style>
 span { border-color: #8181DF; }

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

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