#9F9ABE

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

Shades of Logan #9F9ABE

Tints of Logan #9F9ABE

Color information

#9F9ABE (or 0x9F9ABE) is unknown color: approx Logan. HEX triplet: 9F, 9A and BE. RGB value is (159,154,190). Sum of RGB (Red+Green+Blue) = 159+154+190=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ABE is #606541. Grayscale: #9F9F9F. Windows color (decimal): -6317378 or 12491423. OLE color: 12491423.

HSL color Cylindrical-coordinate representation of color #9F9ABE: hue angle of 248.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F9ABE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159154190-
CMYK0.160.1900.25
HSL248.33º21.69%67.45%-
HSV(B)248.33º18.95%74.51%-
XYZ35.1534.253.46-
YUV159.6145.16127.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=31.61%
G=30.62%
B=37.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591541900.160.1900.25248.3321.6967.45
Hex9F9ABE1013019f81643
Octal237232276202303137026103
Binary100111111001101010111110100001001101100111111000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9ABE; }

 p { color: rgb(159,154,190); }

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

<style>
 a { background-color: #9F9ABE; }

 a { background-color: rgb(159,154,190); }

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

<style>
 span { border-color: #9F9ABE; }

 span { border-color: rgb(159,154,190); }

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