#9C96BF

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

Shades of Logan #9C96BF

Tints of Logan #9C96BF

Color information

#9C96BF (or 0x9C96BF) is unknown color: approx Logan. HEX triplet: 9C, 96 and BF. RGB value is (156,150,191). Sum of RGB (Red+Green+Blue) = 156+150+191=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96BF is #636940. Grayscale: #9C9C9C. Windows color (decimal): -6515009 or 12555932. OLE color: 12555932.

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

Color convert

RGB156150191-
CMYK0.180.2100.25
HSL248.78º24.26%66.86%-
HSV(B)248.78º21.47%74.9%-
XYZ34.0232.6453.8-
YUV156.47147.49127.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 191 (75% from 255) = 38.43%
R=31.39%
G=30.18%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561501910.180.2100.25248.7824.2666.86
Hex9C96BF1215019f91843
Octal234226277222503137130103
Binary100111001001011010111111100101010101100111111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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