#8885CD

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

Shades of Moody Blue #8885CD

Tints of Moody Blue #8885CD

Color information

#8885CD (or 0x8885CD) is unknown color: approx Moody Blue. HEX triplet: 88, 85 and CD. RGB value is (136,133,205). Sum of RGB (Red+Green+Blue) = 136+133+205=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #8885CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885CD is #777A32. Grayscale: #8D8D8D. Windows color (decimal): -7830067 or 13469064. OLE color: 13469064.

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

Color convert

RGB136133205-
CMYK0.340.3500.20
HSL242.5º41.86%66.27%-
HSV(B)242.5º35.12%80.39%-
XYZ29.5626.4261.3-
YUV142.1163.49123.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=28.69%
G=28.06%
B=43.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361332050.340.3500.20242.541.8666.27
Hex8885CD2223014f22a42
Octal210205315424302436252102
Binary100010001000010111001101100010100011010100111100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8885CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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