Shades of Logan #999BAF
Tints of Logan #999BAF
RGB
CMYK
RGB Variations
Color information
#999BAF (or 0x999BAF) is known color: Logan. HEX triplet: 99, 9B and AF. RGB value is (153,155,175). Sum of RGB (Red+Green+Blue) = 153+155+175=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #999BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAF is #666450. Grayscale: #9C9C9C. Windows color (decimal): -6710353 or 11508633. OLE color: 11508633.
HSL color Cylindrical-coordinate representation of color #999BAF: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999BAF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 155 | 175 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.31 |
| HSL | 234.55º | 0.12% | 0.64% | - |
| HSV(B) | 234.55º | 0.13% | 0.69% | - |
| XYZ | 32.6 | 33.31 | 45.27 | - |
| YUV | 156.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 175 | 0.13 | 0.11 | 0 | 0.31 | 234.55 | 0.12 | 0.64 |
| Hex | 99 | 9B | AF | D | B | 0 | 1F | EB | C | 40 |
| Octal | 231 | 233 | 257 | 15 | 13 | 0 | 37 | 353 | 14 | 100 |
| Binary | 10011001 | 10011011 | 10101111 | 1101 | 1011 | 0 | 11111 | 11101011 | 1100 | 1000000 |
Color Harmonies of #999BAF
Complementary color
Monochromatic Colors of #999BAF
Black with #999BAF
Text Example
Text Example
White with #999BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BAF; }
p { color: rgb(153,155,175); }
H1.HeaderClassName
{
color: #999BAF;
}
.AnyTagClassName
{
color: #999BAF;
}
</style>
background-color css
<style>
a { background-color: #999BAF; }
a { background-color: rgb(153,155,175); }
div.DivClassName
{
background-color: #999BAF;
}
.BgClassName
{
background-color: #999BAF;
}
</style>
border-color css
<style>
span { border-color: #999BAF; }
span { border-color: rgb(153,155,175); }
td.TdClassName
{
border-color: #999BAF;
}
.TagClassName
{
border-color: #999BAF;
}
</style>