#8D88BC

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

Shades of Moody Blue #8D88BC

Tints of Moody Blue #8D88BC

Color information

#8D88BC (or 0x8D88BC) is unknown color: approx Moody Blue. HEX triplet: 8D, 88 and BC. RGB value is (141,136,188). Sum of RGB (Red+Green+Blue) = 141+136+188=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88BC is #727743. Grayscale: #8F8F8F. Windows color (decimal): -7501636 or 12355725. OLE color: 12355725.

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

Color convert

RGB141136188-
CMYK0.250.2800.26
HSL245.77º27.96%63.53%-
HSV(B)245.77º27.66%73.73%-
XYZ28.8726.951.25-
YUV143.42153.16126.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=30.32%
G=29.25%
B=40.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411361880.250.2800.26245.7727.9663.53
Hex8D88BC191C01Af61c40
Octal215210274313403236634100
Binary100011011000100010111100110011110001101011110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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