#8F8EBC

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

Shades of Logan #8F8EBC

Tints of Logan #8F8EBC

Color information

#8F8EBC (or 0x8F8EBC) is unknown color: approx Logan. HEX triplet: 8F, 8E and BC. RGB value is (143,142,188). Sum of RGB (Red+Green+Blue) = 143+142+188=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EBC is #707143. Grayscale: #939393. Windows color (decimal): -7369028 or 12357263. OLE color: 12357263.

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

Color convert

RGB143142188-
CMYK0.240.2400.26
HSL241.3º25.56%64.71%-
HSV(B)241.3º24.47%73.73%-
XYZ30.0828.8251.55-
YUV147.54150.83124.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=30.23%
G=30.02%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431421880.240.2400.26241.325.5664.71
Hex8F8EBC181801Af11a41
Octal217216274303003236132101
Binary100011111000111010111100110001100001101011110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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