#9C9FBD

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

Shades of Logan #9C9FBD

Tints of Logan #9C9FBD

Color information

#9C9FBD (or 0x9C9FBD) is unknown color: approx Logan. HEX triplet: 9C, 9F and BD. RGB value is (156,159,189). Sum of RGB (Red+Green+Blue) = 156+159+189=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FBD is #636042. Grayscale: #A1A1A1. Windows color (decimal): -6512707 or 12427164. OLE color: 12427164.

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

Color convert

RGB156159189-
CMYK0.170.1600.26
HSL234.55º20%67.65%-
HSV(B)234.55º17.46%74.12%-
XYZ35.2935.5453.14-
YUV161.52143.51124.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=30.95%
G=31.55%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561591890.170.1600.26234.552067.65
Hex9C9FBD111001Aeb1444
Octal234237275212003235324104
Binary100111001001111110111101100011000001101011101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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