#8D81CC

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

Shades of Moody Blue #8D81CC

Tints of Moody Blue #8D81CC

Color information

#8D81CC (or 0x8D81CC) is unknown color: approx Moody Blue. HEX triplet: 8D, 81 and CC. RGB value is (141,129,204). Sum of RGB (Red+Green+Blue) = 141+129+204=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81CC is #727E33. Grayscale: #8C8C8C. Windows color (decimal): -7503412 or 13402509. OLE color: 13402509.

HSL color Cylindrical-coordinate representation of color #8D81CC: hue angle of 249.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D81CC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141129204-
CMYK0.310.3700.2
HSL249.6º42.37%65.29%-
HSV(B)249.6º36.76%80%-
XYZ29.7325.7260.52-
YUV141.14163.48127.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=29.75%
G=27.22%
B=43.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411292040.310.3700.2249.642.3765.29
Hex8D81CC1F25014fa2a41
Octal215201314374502437252101
Binary10001101100000011100110011111100101010100111110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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