#8F87BF

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

Shades of Moody Blue #8F87BF

Tints of Moody Blue #8F87BF

Color information

#8F87BF (or 0x8F87BF) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and BF. RGB value is (143,135,191). Sum of RGB (Red+Green+Blue) = 143+135+191=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F87BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87BF is #707840. Grayscale: #8F8F8F. Windows color (decimal): -7370817 or 12552079. OLE color: 12552079.

HSL color Cylindrical-coordinate representation of color #8F87BF: hue angle of 248.57º 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 #8F87BF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143135191-
CMYK0.250.2900.25
HSL248.57º30.43%63.92%-
HSV(B)248.57º29.32%74.9%-
XYZ29.426.9352.94-
YUV143.78154.65127.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 191 (75% from 255) = 40.72%
R=30.49%
G=28.78%
B=40.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431351910.250.2900.25248.5730.4363.92
Hex8F87BF191D019f91e40
Octal217207277313503137136100
Binary100011111000011110111111110011110101100111111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F87BF; }

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

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

<style>
 a { background-color: #8F87BF; }

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

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

<style>
 span { border-color: #8F87BF; }

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

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