#8A81BC

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

Shades of Moody Blue #8A81BC

Tints of Moody Blue #8A81BC

Color information

#8A81BC (or 0x8A81BC) is unknown color: approx Moody Blue. HEX triplet: 8A, 81 and BC. RGB value is (138,129,188). Sum of RGB (Red+Green+Blue) = 138+129+188=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81BC is #757E43. Grayscale: #8A8A8A. Windows color (decimal): -7700036 or 12353930. OLE color: 12353930.

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

Color convert

RGB138129188-
CMYK0.270.3100.26
HSL249.15º30.57%62.16%-
HSV(B)249.15º31.38%73.73%-
XYZ27.4124.7350.91-
YUV138.42155.98127.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=30.33%
G=28.35%
B=41.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381291880.270.3100.26249.1530.5762.16
Hex8A81BC1B1F01Af91f3e
Octal21220127433370323713776
Binary10001010100000011011110011011111110110101111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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