Shades of Logan #999CBB
Tints of Logan #999CBB
RGB
CMYK
RGB Variations
Color information
#999CBB (or 0x999CBB) is known color: Logan. HEX triplet: 99, 9C and BB. RGB value is (153,156,187). Sum of RGB (Red+Green+Blue) = 153+156+187=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #999CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBB is #666344. Grayscale: #9E9E9E. Windows color (decimal): -6710085 or 12295321. OLE color: 12295321.
HSL color Cylindrical-coordinate representation of color #999CBB: hue angle of 234.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999CBB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 156 | 187 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.27 |
| HSL | 234.71º | 0.2% | 0.67% | - |
| HSV(B) | 234.71º | 0.18% | 0.73% | - |
| XYZ | 33.99 | 34.14 | 51.81 | - |
| YUV | 158.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 187 | 0.18 | 0.17 | 0 | 0.27 | 234.71 | 0.2 | 0.67 |
| Hex | 99 | 9C | BB | 12 | 11 | 0 | 1B | EB | 14 | 43 |
| Octal | 231 | 234 | 273 | 22 | 21 | 0 | 33 | 353 | 24 | 103 |
| Binary | 10011001 | 10011100 | 10111011 | 10010 | 10001 | 0 | 11011 | 11101011 | 10100 | 1000011 |
Color Harmonies of #999CBB
Complementary color
Monochromatic Colors of #999CBB
Black with #999CBB
Text Example
Text Example
White with #999CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CBB; }
p { color: rgb(153,156,187); }
H1.HeaderClassName
{
color: #999CBB;
}
.AnyTagClassName
{
color: #999CBB;
}
</style>
background-color css
<style>
a { background-color: #999CBB; }
a { background-color: rgb(153,156,187); }
div.DivClassName
{
background-color: #999CBB;
}
.BgClassName
{
background-color: #999CBB;
}
</style>
border-color css
<style>
span { border-color: #999CBB; }
span { border-color: rgb(153,156,187); }
td.TdClassName
{
border-color: #999CBB;
}
.TagClassName
{
border-color: #999CBB;
}
</style>