#8E8DBC

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

Shades of Logan #8E8DBC

Tints of Logan #8E8DBC

Color information

#8E8DBC (or 0x8E8DBC) is unknown color: approx Logan. HEX triplet: 8E, 8D and BC. RGB value is (142,141,188). Sum of RGB (Red+Green+Blue) = 142+141+188=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DBC is #717243. Grayscale: #929292. Windows color (decimal): -7434820 or 12357006. OLE color: 12357006.

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

Color convert

RGB142141188-
CMYK0.240.2500.26
HSL241.28º25.97%64.51%-
HSV(B)241.28º25%73.73%-
XYZ29.7628.4351.5-
YUV146.66151.33124.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=30.15%
G=29.94%
B=39.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421411880.240.2500.26241.2825.9764.51
Hex8E8DBC181901Af11a41
Octal216215274303103236132101
Binary100011101000110110111100110001100101101011110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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