#9C9EBF

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

Shades of Logan #9C9EBF

Tints of Logan #9C9EBF

Color information

#9C9EBF (or 0x9C9EBF) is unknown color: approx Logan. HEX triplet: 9C, 9E and BF. RGB value is (156,158,191). Sum of RGB (Red+Green+Blue) = 156+158+191=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EBF is #636140. Grayscale: #A1A1A1. Windows color (decimal): -6512961 or 12557980. OLE color: 12557980.

HSL color Cylindrical-coordinate representation of color #9C9EBF: hue angle of 236.57º 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 #9C9EBF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156158191-
CMYK0.180.1700.25
HSL236.57º21.47%68.04%-
HSV(B)236.57º18.32%74.9%-
XYZ35.3435.2854.24-
YUV161.16144.84124.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 191 (75% from 255) = 37.82%
R=30.89%
G=31.29%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561581910.180.1700.25236.5721.4768.04
Hex9C9EBF1211019ed1544
Octal234236277222103135525104
Binary100111001001111010111111100101000101100111101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,158,191); }

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

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

 a { background-color: rgb(156,158,191); }

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

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

 span { border-color: rgb(156,158,191); }

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