#8D81BC

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

Shades of Moody Blue #8D81BC

Tints of Moody Blue #8D81BC

Color information

#8D81BC (or 0x8D81BC) is unknown color: approx Moody Blue. HEX triplet: 8D, 81 and BC. RGB value is (141,129,188). Sum of RGB (Red+Green+Blue) = 141+129+188=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81BC is #727E43. Grayscale: #8B8B8B. Windows color (decimal): -7503428 or 12353933. OLE color: 12353933.

HSL color Cylindrical-coordinate representation of color #8D81BC: hue angle of 252.2º 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 #8D81BC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141129188-
CMYK0.250.3100.26
HSL252.2º30.57%62.16%-
HSV(B)252.2º31.38%73.73%-
XYZ27.9124.9950.93-
YUV139.31155.48129.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=30.79%
G=28.17%
B=41.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411291880.250.3100.26252.230.5762.16
Hex8D81BC191F01Afc1f3e
Octal21520127431370323743776
Binary10001101100000011011110011001111110110101111110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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