#9F9ABF

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

Shades of Logan #9F9ABF

Tints of Logan #9F9ABF

Color information

#9F9ABF (or 0x9F9ABF) is unknown color: approx Logan. HEX triplet: 9F, 9A and BF. RGB value is (159,154,191). Sum of RGB (Red+Green+Blue) = 159+154+191=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ABF is #606540. Grayscale: #9F9F9F. Windows color (decimal): -6317377 or 12556959. OLE color: 12556959.

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

Color convert

RGB159154191-
CMYK0.170.1900.25
HSL248.11º22.42%67.65%-
HSV(B)248.11º19.37%74.9%-
XYZ35.2634.2454.04-
YUV159.71145.66127.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 191 (75% from 255) = 37.90%
R=31.55%
G=30.56%
B=37.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591541910.170.1900.25248.1122.4267.65
Hex9F9ABF1113019f81644
Octal237232277212303137026104
Binary100111111001101010111111100011001101100111111000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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