#8D88CC

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

Shades of Moody Blue #8D88CC

Tints of Moody Blue #8D88CC

Color information

#8D88CC (or 0x8D88CC) is unknown color: approx Moody Blue. HEX triplet: 8D, 88 and CC. RGB value is (141,136,204). Sum of RGB (Red+Green+Blue) = 141+136+204=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88CC is #727733. Grayscale: #909090. Windows color (decimal): -7501620 or 13404301. OLE color: 13404301.

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

Color convert

RGB141136204-
CMYK0.310.3300.2
HSL244.41º40%66.67%-
HSV(B)244.41º33.33%80%-
XYZ30.6927.6360.84-
YUV145.25161.16124.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=29.31%
G=28.27%
B=42.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411362040.310.3300.2244.414066.67
Hex8D88CC1F21014f42843
Octal215210314374102436450103
Binary10001101100010001100110011111100001010100111101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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