#887CCF

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

Shades of Moody Blue #887CCF

Tints of Moody Blue #887CCF

Color information

#887CCF (or 0x887CCF) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and CF. RGB value is (136,124,207). Sum of RGB (Red+Green+Blue) = 136+124+207=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #887CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCF is #778330. Grayscale: #888888. Windows color (decimal): -7832369 or 13597832. OLE color: 13597832.

HSL color Cylindrical-coordinate representation of color #887CCF: hue angle of 248.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887CCF is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136124207-
CMYK0.340.4000.19
HSL248.67º46.37%64.9%-
HSV(B)248.67º40.1%81.18%-
XYZ28.6224.1562.19-
YUV137.05167.48127.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=29.12%
G=26.55%
B=44.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361242070.340.4000.19248.6746.3764.9
Hex887CCF2228013f92e41
Octal210174317425002337156101
Binary10001000111110011001111100010101000010011111110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887CCF; }

 p { color: rgb(136,124,207); }

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

<style>
 a { background-color: #887CCF; }

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

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

<style>
 span { border-color: #887CCF; }

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

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