#887BBB

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

Shades of Moody Blue #887BBB

Tints of Moody Blue #887BBB

Color information

#887BBB (or 0x887BBB) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and BB. RGB value is (136,123,187). Sum of RGB (Red+Green+Blue) = 136+123+187=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #887BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBB is #778444. Grayscale: #858585. Windows color (decimal): -7832645 or 12286856. OLE color: 12286856.

HSL color Cylindrical-coordinate representation of color #887BBB: hue angle of 252.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887BBB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136123187-
CMYK0.270.3400.27
HSL252.19º32%60.78%-
HSV(B)252.19º34.22%73.33%-
XYZ26.2122.9950.07-
YUV134.18157.81129.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=30.49%
G=27.58%
B=41.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361231870.270.3400.27252.193260.78
Hex887BBB1B2201Bfc203d
Octal21017327333420333744075
Binary100010001111011101110111101110001001101111111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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