#8888C1

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

Shades of Moody Blue #8888C1

Tints of Moody Blue #8888C1

Color information

#8888C1 (or 0x8888C1) is unknown color: approx Moody Blue. HEX triplet: 88, 88 and C1. RGB value is (136,136,193). Sum of RGB (Red+Green+Blue) = 136+136+193=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #8888C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888C1 is #77773E. Grayscale: #8E8E8E. Windows color (decimal): -7829311 or 12683400. OLE color: 12683400.

HSL color Cylindrical-coordinate representation of color #8888C1: hue angle of 240º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8888C1 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136136193-
CMYK0.300.3000.24
HSL240º31.49%64.51%-
HSV(B)240º29.53%75.69%-
XYZ28.5826.6954.1-
YUV142.5156.5123.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=29.25%
G=29.25%
B=41.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361361930.300.3000.2424031.4964.51
Hex8888C11E1E018f01f41
Octal210210301363603036037101
Binary100010001000100011000001111101111001100011110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8888C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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