Shades of Logan #9C96BD
Tints of Logan #9C96BD
RGB
CMYK
RGB Variations
Color information
#9C96BD (or 0x9C96BD) is known color: Logan. HEX triplet: 9C, 96 and BD. RGB value is (156,150,189). Sum of RGB (Red+Green+Blue) = 156+150+189=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96BD is #636942. Grayscale: #9C9C9C. Windows color (decimal): -6515011 or 12424860. OLE color: 12424860.
HSL color Cylindrical-coordinate representation of color #9C96BD: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C96BD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 150 | 189 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.26 |
| HSL | 249.23º | 0.23% | 0.66% | - |
| HSV(B) | 249.23º | 0.21% | 0.74% | - |
| XYZ | 33.8 | 32.55 | 52.65 | - |
| YUV | 156.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 189 | 0.17 | 0.21 | 0 | 0.26 | 249.23 | 0.23 | 0.66 |
| Hex | 9C | 96 | BD | 11 | 15 | 0 | 1A | F9 | 17 | 42 |
| Octal | 234 | 226 | 275 | 21 | 25 | 0 | 32 | 371 | 27 | 102 |
| Binary | 10011100 | 10010110 | 10111101 | 10001 | 10101 | 0 | 11010 | 11111001 | 10111 | 1000010 |
Color Harmonies of #9C96BD
Complementary color
Monochromatic Colors of #9C96BD
Black with #9C96BD
Text Example
Text Example
White with #9C96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96BD; }
p { color: rgb(156,150,189); }
H1.HeaderClassName
{
color: #9C96BD;
}
.AnyTagClassName
{
color: #9C96BD;
}
</style>
background-color css
<style>
a { background-color: #9C96BD; }
a { background-color: rgb(156,150,189); }
div.DivClassName
{
background-color: #9C96BD;
}
.BgClassName
{
background-color: #9C96BD;
}
</style>
border-color css
<style>
span { border-color: #9C96BD; }
span { border-color: rgb(156,150,189); }
td.TdClassName
{
border-color: #9C96BD;
}
.TagClassName
{
border-color: #9C96BD;
}
</style>