Shades of Logan #9999B3
Tints of Logan #9999B3
RGB
CMYK
RGB Variations
Color information
#9999B3 (or 0x9999B3) is known color: Logan. HEX triplet: 99, 99 and B3. RGB value is (153,153,179). Sum of RGB (Red+Green+Blue) = 153+153+179=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #9999B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999B3 is #66664C. Grayscale: #9B9B9B. Windows color (decimal): -6710861 or 11770265. OLE color: 11770265.
HSL color Cylindrical-coordinate representation of color #9999B3: hue angle of 240º 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 #9999B3 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 153 | 179 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.30 |
| HSL | 240º | 0.15% | 0.65% | - |
| HSV(B) | 240º | 0.15% | 0.7% | - |
| XYZ | 32.66 | 32.81 | 47.26 | - |
| YUV | 155.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 179 | 0.15 | 0.15 | 0 | 0.30 | 240 | 0.15 | 0.65 |
| Hex | 99 | 99 | B3 | F | F | 0 | 1E | F0 | F | 41 |
| Octal | 231 | 231 | 263 | 17 | 17 | 0 | 36 | 360 | 17 | 101 |
| Binary | 10011001 | 10011001 | 10110011 | 1111 | 1111 | 0 | 11110 | 11110000 | 1111 | 1000001 |
Color Harmonies of #9999B3
Complementary color
Monochromatic Colors of #9999B3
Black with #9999B3
Text Example
Text Example
White with #9999B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999B3; }
p { color: rgb(153,153,179); }
H1.HeaderClassName
{
color: #9999B3;
}
.AnyTagClassName
{
color: #9999B3;
}
</style>
background-color css
<style>
a { background-color: #9999B3; }
a { background-color: rgb(153,153,179); }
div.DivClassName
{
background-color: #9999B3;
}
.BgClassName
{
background-color: #9999B3;
}
</style>
border-color css
<style>
span { border-color: #9999B3; }
span { border-color: rgb(153,153,179); }
td.TdClassName
{
border-color: #9999B3;
}
.TagClassName
{
border-color: #9999B3;
}
</style>