#8F87BE

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

Shades of Moody Blue #8F87BE

Tints of Moody Blue #8F87BE

Color information

#8F87BE (or 0x8F87BE) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and BE. RGB value is (143,135,190). Sum of RGB (Red+Green+Blue) = 143+135+190=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87BE is #707841. Grayscale: #8F8F8F. Windows color (decimal): -7370818 or 12486543. OLE color: 12486543.

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

Color convert

RGB143135190-
CMYK0.250.2900.25
HSL248.73º29.73%63.73%-
HSV(B)248.73º28.95%74.51%-
XYZ29.2926.8952.36-
YUV143.66154.15127.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=30.56%
G=28.85%
B=40.60%

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
Decimal1431351900.250.2900.25248.7329.7363.73
Hex8F87BE191D019f91e40
Octal217207276313503137136100
Binary100011111000011110111110110011110101100111111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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