Shades of Logan #9993B3
Tints of Logan #9993B3
RGB
CMYK
RGB Variations
Color information
#9993B3 (or 0x9993B3) is known color: Logan. HEX triplet: 99, 93 and B3. RGB value is (153,147,179). Sum of RGB (Red+Green+Blue) = 153+147+179=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #9993B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993B3 is #666C4C. Grayscale: #989898. Windows color (decimal): -6712397 or 11768729. OLE color: 11768729.
HSL color Cylindrical-coordinate representation of color #9993B3: hue angle of 251.25º 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 #9993B3 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 147 | 179 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.30 |
| HSL | 251.25º | 0.17% | 0.64% | - |
| HSV(B) | 251.25º | 0.18% | 0.7% | - |
| XYZ | 31.71 | 30.89 | 46.94 | - |
| YUV | 152.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 179 | 0.15 | 0.18 | 0 | 0.30 | 251.25 | 0.17 | 0.64 |
| Hex | 99 | 93 | B3 | F | 12 | 0 | 1E | FB | 11 | 40 |
| Octal | 231 | 223 | 263 | 17 | 22 | 0 | 36 | 373 | 21 | 100 |
| Binary | 10011001 | 10010011 | 10110011 | 1111 | 10010 | 0 | 11110 | 11111011 | 10001 | 1000000 |
Color Harmonies of #9993B3
Complementary color
Monochromatic Colors of #9993B3
Black with #9993B3
Text Example
Text Example
White with #9993B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993B3; }
p { color: rgb(153,147,179); }
H1.HeaderClassName
{
color: #9993B3;
}
.AnyTagClassName
{
color: #9993B3;
}
</style>
background-color css
<style>
a { background-color: #9993B3; }
a { background-color: rgb(153,147,179); }
div.DivClassName
{
background-color: #9993B3;
}
.BgClassName
{
background-color: #9993B3;
}
</style>
border-color css
<style>
span { border-color: #9993B3; }
span { border-color: rgb(153,147,179); }
td.TdClassName
{
border-color: #9993B3;
}
.TagClassName
{
border-color: #9993B3;
}
</style>