#8F8EBB

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

Shades of Logan #8F8EBB

Tints of Logan #8F8EBB

Color information

#8F8EBB (or 0x8F8EBB) is unknown color: approx Logan. HEX triplet: 8F, 8E and BB. RGB value is (143,142,187). Sum of RGB (Red+Green+Blue) = 143+142+187=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EBB is #707144. Grayscale: #939393. Windows color (decimal): -7369029 or 12291727. OLE color: 12291727.

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

Color convert

RGB143142187-
CMYK0.240.2400.27
HSL241.33º24.86%64.51%-
HSV(B)241.33º24.06%73.33%-
XYZ29.9728.7750.99-
YUV147.43150.33124.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=30.30%
G=30.08%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431421870.240.2400.27241.3324.8664.51
Hex8F8EBB181801Bf11941
Octal217216273303003336131101
Binary100011111000111010111011110001100001101111110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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