#8F87BC

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

Shades of Moody Blue #8F87BC

Tints of Moody Blue #8F87BC

Color information

#8F87BC (or 0x8F87BC) is unknown color: approx Moody Blue. HEX triplet: 8F, 87 and BC. RGB value is (143,135,188). Sum of RGB (Red+Green+Blue) = 143+135+188=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87BC is #707843. Grayscale: #8F8F8F. Windows color (decimal): -7370820 or 12355471. OLE color: 12355471.

HSL color Cylindrical-coordinate representation of color #8F87BC: hue angle of 249.06º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F87BC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143135188-
CMYK0.240.2800.26
HSL249.06º28.34%63.33%-
HSV(B)249.06º28.19%73.73%-
XYZ29.0726.851.22-
YUV143.43153.15127.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=30.69%
G=28.97%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431351880.240.2800.26249.0628.3463.33
Hex8F87BC181C01Af91c3f
Octal21720727430340323713477
Binary10001111100001111011110011000111000110101111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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