#9C9ABE

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

Shades of Logan #9C9ABE

Tints of Logan #9C9ABE

Color information

#9C9ABE (or 0x9C9ABE) is unknown color: approx Logan. HEX triplet: 9C, 9A and BE. RGB value is (156,154,190). Sum of RGB (Red+Green+Blue) = 156+154+190=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ABE is #636541. Grayscale: #9E9E9E. Windows color (decimal): -6513986 or 12491420. OLE color: 12491420.

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

Color convert

RGB156154190-
CMYK0.180.1900.25
HSL243.33º21.69%67.45%-
HSV(B)243.33º18.95%74.51%-
XYZ34.5633.953.44-
YUV158.7145.66126.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 190 (74.61% from 255) = 38%
R=31.2%
G=30.8%
B=38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561541900.180.1900.25243.3321.6967.45
Hex9C9ABE1213019f31643
Octal234232276222303136326103
Binary100111001001101010111110100101001101100111110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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