#888AC3

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

Shades of Moody Blue #888AC3

Tints of Moody Blue #888AC3

Color information

#888AC3 (or 0x888AC3) is unknown color: approx Moody Blue. HEX triplet: 88, 8A and C3. RGB value is (136,138,195). Sum of RGB (Red+Green+Blue) = 136+138+195=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #888AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AC3 is #77753C. Grayscale: #8F8F8F. Windows color (decimal): -7828797 or 12814984. OLE color: 12814984.

HSL color Cylindrical-coordinate representation of color #888AC3: hue angle of 237.97º degrees, saturation: 0.33, 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 #888AC3 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136138195-
CMYK0.300.2900.24
HSL237.97º32.96%64.9%-
HSV(B)237.97º30.26%76.47%-
XYZ29.0927.3555.38-
YUV143.9156.84122.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=29.00%
G=29.42%
B=41.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361381950.300.2900.24237.9732.9664.9
Hex888AC31E1D018ee2141
Octal210212303363503035641101
Binary1000100010001010110000111111011101011000111011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888AC3; }

 p { color: rgb(136,138,195); }

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

<style>
 a { background-color: #888AC3; }

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

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

<style>
 span { border-color: #888AC3; }

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

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