#888AC4

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

Shades of Moody Blue #888AC4

Tints of Moody Blue #888AC4

Color information

#888AC4 (or 0x888AC4) is unknown color: approx Moody Blue. HEX triplet: 88, 8A and C4. RGB value is (136,138,196). Sum of RGB (Red+Green+Blue) = 136+138+196=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #888AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AC4 is #77753B. Grayscale: #8F8F8F. Windows color (decimal): -7828796 or 12880520. OLE color: 12880520.

HSL color Cylindrical-coordinate representation of color #888AC4: hue angle of 238º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888AC4 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136138196-
CMYK0.310.3000.23
HSL238º33.71%65.1%-
HSV(B)238º30.61%76.86%-
XYZ29.2127.455.97-
YUV144.01157.34122.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.94%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=28.94%
G=29.36%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361381960.310.3000.2323833.7165.1
Hex888AC41F1E017ee2241
Octal210212304373602735642101
Binary1000100010001010110001001111111110010111111011101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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