#9C99C0

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

Shades of Logan #9C99C0

Tints of Logan #9C99C0

Color information

#9C99C0 (or 0x9C99C0) is unknown color: approx Logan. HEX triplet: 9C, 99 and C0. RGB value is (156,153,192). Sum of RGB (Red+Green+Blue) = 156+153+192=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99C0 is #63663F. Grayscale: #9E9E9E. Windows color (decimal): -6514240 or 12622236. OLE color: 12622236.

HSL color Cylindrical-coordinate representation of color #9C99C0: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C99C0 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156153192-
CMYK0.190.2000.25
HSL244.62º23.64%67.65%-
HSV(B)244.62º20.31%75.29%-
XYZ34.6233.6654.54-
YUV158.34146.99126.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=31.14%
G=30.54%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561531920.190.2000.25244.6223.6467.65
Hex9C99C01314019f51844
Octal234231300232403136530104
Binary100111001001100111000000100111010001100111110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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