#8888CD

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

Shades of Moody Blue #8888CD

Tints of Moody Blue #8888CD

Color information

#8888CD (or 0x8888CD) is unknown color: approx Moody Blue. HEX triplet: 88, 88 and CD. RGB value is (136,136,205). Sum of RGB (Red+Green+Blue) = 136+136+205=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #8888CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888CD is #777732. Grayscale: #8F8F8F. Windows color (decimal): -7829299 or 13469832. OLE color: 13469832.

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

Color convert

RGB136136205-
CMYK0.340.3400.20
HSL240º40.83%66.86%-
HSV(B)240º33.66%80.39%-
XYZ29.9827.2561.44-
YUV143.87162.5122.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=28.51%
G=28.51%
B=42.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361362050.340.3400.2024040.8366.86
Hex8888CD2222014f02943
Octal210210315424202436051103
Binary100010001000100011001101100010100010010100111100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8888CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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