#8884CD

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

Shades of Moody Blue #8884CD

Tints of Moody Blue #8884CD

Color information

#8884CD (or 0x8884CD) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and CD. RGB value is (136,132,205). Sum of RGB (Red+Green+Blue) = 136+132+205=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #8884CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884CD is #777B32. Grayscale: #8D8D8D. Windows color (decimal): -7830323 or 13468808. OLE color: 13468808.

HSL color Cylindrical-coordinate representation of color #8884CD: hue angle of 243.29º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8884CD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136132205-
CMYK0.340.3600.20
HSL243.29º42.2%66.08%-
HSV(B)243.29º35.61%80.39%-
XYZ29.4226.1461.25-
YUV141.52163.83124.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=28.75%
G=27.91%
B=43.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361322050.340.3600.20243.2942.266.08
Hex8884CD2224014f32a42
Octal210204315424402436352102
Binary100010001000010011001101100010100100010100111100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8884CD; }

 p { color: rgb(136,132,205); }

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

<style>
 a { background-color: #8884CD; }

 a { background-color: rgb(136,132,205); }

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

<style>
 span { border-color: #8884CD; }

 span { border-color: rgb(136,132,205); }

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