#9F9CBE

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

Shades of Logan #9F9CBE

Tints of Logan #9F9CBE

Color information

#9F9CBE (or 0x9F9CBE) is unknown color: approx Logan. HEX triplet: 9F, 9C and BE. RGB value is (159,156,190). Sum of RGB (Red+Green+Blue) = 159+156+190=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CBE is #606341. Grayscale: #A0A0A0. Windows color (decimal): -6316866 or 12491935. OLE color: 12491935.

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

Color convert

RGB159156190-
CMYK0.160.1800.25
HSL245.29º20.73%67.84%-
HSV(B)245.29º17.89%74.51%-
XYZ35.4834.8753.57-
YUV160.77144.49126.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=31.49%
G=30.89%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591561900.160.1800.25245.2920.7367.84
Hex9F9CBE1012019f51544
Octal237234276202203136525104
Binary100111111001110010111110100001001001100111110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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