#887FDF

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

Shades of Moody Blue #887FDF

Tints of Moody Blue #887FDF

Color information

#887FDF (or 0x887FDF) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and DF. RGB value is (136,127,223). Sum of RGB (Red+Green+Blue) = 136+127+223=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #887FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDF is #778020. Grayscale: #8C8C8C. Windows color (decimal): -7831585 or 14647176. OLE color: 14647176.

HSL color Cylindrical-coordinate representation of color #887FDF: hue angle of 245.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887FDF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136127223-
CMYK0.390.4300.13
HSL245.62º60%68.63%-
HSV(B)245.62º43.05%87.45%-
XYZ31.0625.7473.14-
YUV140.64174.48124.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=27.98%
G=26.13%
B=45.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361272230.390.4300.13245.626068.63
Hex887FDF272B0Df63c45
Octal210177337475301536674105
Binary1000100011111111101111110011110101101101111101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,223); }

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

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

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

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

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

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

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