Shades of Logan #9693B3
Tints of Logan #9693B3
RGB
CMYK
RGB Variations
Color information
#9693B3 (or 0x9693B3) is known color: Logan. HEX triplet: 96, 93 and B3. RGB value is (150,147,179). Sum of RGB (Red+Green+Blue) = 150+147+179=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #9693B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693B3 is #696C4C. Grayscale: #979797. Windows color (decimal): -6909005 or 11768726. OLE color: 11768726.
HSL color Cylindrical-coordinate representation of color #9693B3: hue angle of 245.62º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9693B3 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 147 | 179 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.30 |
| HSL | 245.63º | 0.17% | 0.64% | - |
| HSV(B) | 245.63º | 0.18% | 0.7% | - |
| XYZ | 31.15 | 30.61 | 46.91 | - |
| YUV | 151.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 179 | 0.16 | 0.18 | 0 | 0.30 | 245.63 | 0.17 | 0.64 |
| Hex | 96 | 93 | B3 | 10 | 12 | 0 | 1E | F6 | 11 | 40 |
| Octal | 226 | 223 | 263 | 20 | 22 | 0 | 36 | 366 | 21 | 100 |
| Binary | 10010110 | 10010011 | 10110011 | 10000 | 10010 | 0 | 11110 | 11110110 | 10001 | 1000000 |
Color Harmonies of #9693B3
Complementary color
Monochromatic Colors of #9693B3
Black with #9693B3
Text Example
Text Example
White with #9693B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693B3; }
p { color: rgb(150,147,179); }
H1.HeaderClassName
{
color: #9693B3;
}
.AnyTagClassName
{
color: #9693B3;
}
</style>
background-color css
<style>
a { background-color: #9693B3; }
a { background-color: rgb(150,147,179); }
div.DivClassName
{
background-color: #9693B3;
}
.BgClassName
{
background-color: #9693B3;
}
</style>
border-color css
<style>
span { border-color: #9693B3; }
span { border-color: rgb(150,147,179); }
td.TdClassName
{
border-color: #9693B3;
}
.TagClassName
{
border-color: #9693B3;
}
</style>