#8887BF

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

Shades of Moody Blue #8887BF

Tints of Moody Blue #8887BF

Color information

#8887BF (or 0x8887BF) is unknown color: approx Moody Blue. HEX triplet: 88, 87 and BF. RGB value is (136,135,191). Sum of RGB (Red+Green+Blue) = 136+135+191=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #8887BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887BF is #777840. Grayscale: #8D8D8D. Windows color (decimal): -7829569 or 12552072. OLE color: 12552072.

HSL color Cylindrical-coordinate representation of color #8887BF: hue angle of 241.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8887BF is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136135191-
CMYK0.290.2900.25
HSL241.07º30.43%63.92%-
HSV(B)241.07º29.32%74.9%-
XYZ28.2226.3252.88-
YUV141.68155.83123.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 191 (75% from 255) = 41.34%
R=29.44%
G=29.22%
B=41.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361351910.290.2900.25241.0730.4363.92
Hex8887BF1D1D019f11e40
Octal210207277353503136136100
Binary100010001000011110111111111011110101100111110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887BF; }

 p { color: rgb(136,135,191); }

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

<style>
 a { background-color: #8887BF; }

 a { background-color: rgb(136,135,191); }

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

<style>
 span { border-color: #8887BF; }

 span { border-color: rgb(136,135,191); }

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