#9C9BC0

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

Shades of Logan #9C9BC0

Tints of Logan #9C9BC0

Color information

#9C9BC0 (or 0x9C9BC0) is unknown color: approx Logan. HEX triplet: 9C, 9B and C0. RGB value is (156,155,192). Sum of RGB (Red+Green+Blue) = 156+155+192=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C9BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BC0 is #63643F. Grayscale: #9F9F9F. Windows color (decimal): -6513728 or 12622748. OLE color: 12622748.

HSL color Cylindrical-coordinate representation of color #9C9BC0: hue angle of 241.62º degrees, saturation: 0.23, 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 #9C9BC0 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156155192-
CMYK0.190.1900.25
HSL241.62º22.7%68.04%-
HSV(B)241.62º19.27%75.29%-
XYZ34.9534.3254.65-
YUV159.52146.33125.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=31.01%
G=30.82%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561551920.190.1900.25241.6222.768.04
Hex9C9BC01313019f21744
Octal234233300232303136227104
Binary100111001001101111000000100111001101100111110010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,192); }

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

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

 a { background-color: rgb(156,155,192); }

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

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

 span { border-color: rgb(156,155,192); }

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