#887BCF

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

Shades of Moody Blue #887BCF

Tints of Moody Blue #887BCF

Color information

#887BCF (or 0x887BCF) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and CF. RGB value is (136,123,207). Sum of RGB (Red+Green+Blue) = 136+123+207=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #887BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCF is #778430. Grayscale: #888888. Windows color (decimal): -7832625 or 13597576. OLE color: 13597576.

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

Color convert

RGB136123207-
CMYK0.340.4100.19
HSL249.29º46.67%64.71%-
HSV(B)249.29º40.58%81.18%-
XYZ28.523.9162.14-
YUV136.46167.81127.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=29.18%
G=26.39%
B=44.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361232070.340.4100.19249.2946.6764.71
Hex887BCF2229013f92f41
Octal210173317425102337157101
Binary10001000111101111001111100010101001010011111110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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