#8181BD

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

Shades of Moody Blue #8181BD

Tints of Moody Blue #8181BD

Color information

#8181BD (or 0x8181BD) is unknown color: approx Moody Blue. HEX triplet: 81, 81 and BD. RGB value is (129,129,189). Sum of RGB (Red+Green+Blue) = 129+129+189=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #8181BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8181BD is #7E7E42. Grayscale: #878787. Windows color (decimal): -8289859 or 12419457. OLE color: 12419457.

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

Color convert

RGB129129189-
CMYK0.320.3200.26
HSL240º31.25%62.35%-
HSV(B)240º31.75%74.12%-
XYZ26.0924.0451.41-
YUV135.84158123.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=28.86%
G=28.86%
B=42.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291291890.320.3200.2624031.2562.35
Hex8181BD202001Af01f3e
Octal20120127540400323603776
Binary1000000110000001101111011000001000000110101111000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8181BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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