Shades of Logan #999CB0
Tints of Logan #999CB0
RGB
CMYK
RGB Variations
Color information
#999CB0 (or 0x999CB0) is known color: Logan. HEX triplet: 99, 9C and B0. RGB value is (153,156,176). Sum of RGB (Red+Green+Blue) = 153+156+176=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #999CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CB0 is #66634F. Grayscale: #9D9D9D. Windows color (decimal): -6710096 or 11574425. OLE color: 11574425.
HSL color Cylindrical-coordinate representation of color #999CB0: hue angle of 232.17º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999CB0 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 156 | 176 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.31 |
| HSL | 232.17º | 0.13% | 0.65% | - |
| HSV(B) | 232.17º | 0.13% | 0.69% | - |
| XYZ | 32.86 | 33.68 | 45.84 | - |
| YUV | 157.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 176 | 0.13 | 0.11 | 0 | 0.31 | 232.17 | 0.13 | 0.65 |
| Hex | 99 | 9C | B0 | D | B | 0 | 1F | E8 | D | 41 |
| Octal | 231 | 234 | 260 | 15 | 13 | 0 | 37 | 350 | 15 | 101 |
| Binary | 10011001 | 10011100 | 10110000 | 1101 | 1011 | 0 | 11111 | 11101000 | 1101 | 1000001 |
Color Harmonies of #999CB0
Complementary color
Monochromatic Colors of #999CB0
Black with #999CB0
Text Example
Text Example
White with #999CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CB0; }
p { color: rgb(153,156,176); }
H1.HeaderClassName
{
color: #999CB0;
}
.AnyTagClassName
{
color: #999CB0;
}
</style>
background-color css
<style>
a { background-color: #999CB0; }
a { background-color: rgb(153,156,176); }
div.DivClassName
{
background-color: #999CB0;
}
.BgClassName
{
background-color: #999CB0;
}
</style>
border-color css
<style>
span { border-color: #999CB0; }
span { border-color: rgb(153,156,176); }
td.TdClassName
{
border-color: #999CB0;
}
.TagClassName
{
border-color: #999CB0;
}
</style>