Shades of Logan #999BB3
Tints of Logan #999BB3
RGB
CMYK
RGB Variations
Color information
#999BB3 (or 0x999BB3) is known color: Logan. HEX triplet: 99, 9B and B3. RGB value is (153,155,179). Sum of RGB (Red+Green+Blue) = 153+155+179=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #999BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BB3 is #66644C. Grayscale: #9D9D9D. Windows color (decimal): -6710349 or 11770777. OLE color: 11770777.
HSL color Cylindrical-coordinate representation of color #999BB3: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999BB3 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 155 | 179 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.30 |
| HSL | 235.38º | 0.15% | 0.65% | - |
| HSV(B) | 235.38º | 0.15% | 0.7% | - |
| XYZ | 32.99 | 33.47 | 47.37 | - |
| YUV | 157.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 179 | 0.15 | 0.13 | 0 | 0.30 | 235.38 | 0.15 | 0.65 |
| Hex | 99 | 9B | B3 | F | D | 0 | 1E | EB | F | 41 |
| Octal | 231 | 233 | 263 | 17 | 15 | 0 | 36 | 353 | 17 | 101 |
| Binary | 10011001 | 10011011 | 10110011 | 1111 | 1101 | 0 | 11110 | 11101011 | 1111 | 1000001 |
Color Harmonies of #999BB3
Complementary color
Monochromatic Colors of #999BB3
Black with #999BB3
Text Example
Text Example
White with #999BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BB3; }
p { color: rgb(153,155,179); }
H1.HeaderClassName
{
color: #999BB3;
}
.AnyTagClassName
{
color: #999BB3;
}
</style>
background-color css
<style>
a { background-color: #999BB3; }
a { background-color: rgb(153,155,179); }
div.DivClassName
{
background-color: #999BB3;
}
.BgClassName
{
background-color: #999BB3;
}
</style>
border-color css
<style>
span { border-color: #999BB3; }
span { border-color: rgb(153,155,179); }
td.TdClassName
{
border-color: #999BB3;
}
.TagClassName
{
border-color: #999BB3;
}
</style>