#8A81BE

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

Shades of Moody Blue #8A81BE

Tints of Moody Blue #8A81BE

Color information

#8A81BE (or 0x8A81BE) is unknown color: approx Moody Blue. HEX triplet: 8A, 81 and BE. RGB value is (138,129,190). Sum of RGB (Red+Green+Blue) = 138+129+190=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81BE is #757E41. Grayscale: #8A8A8A. Windows color (decimal): -7700034 or 12485002. OLE color: 12485002.

HSL color Cylindrical-coordinate representation of color #8A81BE: hue angle of 248.85º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A81BE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138129190-
CMYK0.270.3200.25
HSL248.85º31.94%62.55%-
HSV(B)248.85º32.11%74.51%-
XYZ27.6324.8252.05-
YUV138.65156.98127.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=30.20%
G=28.23%
B=41.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381291900.270.3200.25248.8531.9462.55
Hex8A81BE1B20019f9203f
Octal21220127633400313714077
Binary1000101010000001101111101101110000001100111111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A81BE; }

 p { color: rgb(138,129,190); }

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

<style>
 a { background-color: #8A81BE; }

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

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

<style>
 span { border-color: #8A81BE; }

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

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