#8F8ABA

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

Shades of Logan #8F8ABA

Tints of Logan #8F8ABA

Color information

#8F8ABA (or 0x8F8ABA) is unknown color: approx Logan. HEX triplet: 8F, 8A and BA. RGB value is (143,138,186). Sum of RGB (Red+Green+Blue) = 143+138+186=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ABA is #707545. Grayscale: #909090. Windows color (decimal): -7370054 or 12225167. OLE color: 12225167.

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

Color convert

RGB143138186-
CMYK0.230.2600.27
HSL246.25º25.81%63.53%-
HSV(B)246.25º25.81%72.94%-
XYZ29.2827.5650.23-
YUV144.97151.16126.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=30.62%
G=29.55%
B=39.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431381860.230.2600.27246.2525.8163.53
Hex8F8ABA171A01Bf61a40
Octal217212272273203336632100
Binary100011111000101010111010101111101001101111110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,186); }

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

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

 a { background-color: rgb(143,138,186); }

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

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

 span { border-color: rgb(143,138,186); }

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