#9F9EBD

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

Shades of Logan #9F9EBD

Tints of Logan #9F9EBD

Color information

#9F9EBD (or 0x9F9EBD) is unknown color: approx Logan. HEX triplet: 9F, 9E and BD. RGB value is (159,158,189). Sum of RGB (Red+Green+Blue) = 159+158+189=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EBD is #606142. Grayscale: #A1A1A1. Windows color (decimal): -6316355 or 12426911. OLE color: 12426911.

HSL color Cylindrical-coordinate representation of color #9F9EBD: hue angle of 241.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9EBD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159158189-
CMYK0.160.1600.26
HSL241.94º19.02%68.04%-
HSV(B)241.94º16.4%74.12%-
XYZ35.7135.553.11-
YUV161.83143.33125.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=31.42%
G=31.23%
B=37.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591581890.160.1600.26241.9419.0268.04
Hex9F9EBD101001Af21344
Octal237236275202003236223104
Binary100111111001111010111101100001000001101011110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,189); }

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

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

 a { background-color: rgb(159,158,189); }

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

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

 span { border-color: rgb(159,158,189); }

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