Shades of Logan #9499B3
Tints of Logan #9499B3
RGB
CMYK
RGB Variations
Color information
#9499B3 (or 0x9499B3) is known color: Logan. HEX triplet: 94, 99 and B3. RGB value is (148,153,179). Sum of RGB (Red+Green+Blue) = 148+153+179=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #9499B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499B3 is #6B664C. Grayscale: #9A9A9A. Windows color (decimal): -7038541 or 11770260. OLE color: 11770260.
HSL color Cylindrical-coordinate representation of color #9499B3: hue angle of 230.32º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9499B3 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 153 | 179 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.30 |
| HSL | 230.32º | 0.17% | 0.64% | - |
| HSV(B) | 230.32º | 0.17% | 0.7% | - |
| XYZ | 31.74 | 32.33 | 47.22 | - |
| YUV | 154.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 179 | 0.17 | 0.15 | 0 | 0.30 | 230.32 | 0.17 | 0.64 |
| Hex | 94 | 99 | B3 | 11 | F | 0 | 1E | E6 | 11 | 40 |
| Octal | 224 | 231 | 263 | 21 | 17 | 0 | 36 | 346 | 21 | 100 |
| Binary | 10010100 | 10011001 | 10110011 | 10001 | 1111 | 0 | 11110 | 11100110 | 10001 | 1000000 |
Color Harmonies of #9499B3
Complementary color
Monochromatic Colors of #9499B3
Black with #9499B3
Text Example
Text Example
White with #9499B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499B3; }
p { color: rgb(148,153,179); }
H1.HeaderClassName
{
color: #9499B3;
}
.AnyTagClassName
{
color: #9499B3;
}
</style>
background-color css
<style>
a { background-color: #9499B3; }
a { background-color: rgb(148,153,179); }
div.DivClassName
{
background-color: #9499B3;
}
.BgClassName
{
background-color: #9499B3;
}
</style>
border-color css
<style>
span { border-color: #9499B3; }
span { border-color: rgb(148,153,179); }
td.TdClassName
{
border-color: #9499B3;
}
.TagClassName
{
border-color: #9499B3;
}
</style>