Shades of Logan #9999BE
Tints of Logan #9999BE
RGB
CMYK
RGB Variations
Color information
#9999BE (or 0x9999BE) is known color: Logan. HEX triplet: 99, 99 and BE. RGB value is (153,153,190). Sum of RGB (Red+Green+Blue) = 153+153+190=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #9999BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999BE is #666641. Grayscale: #9D9D9D. Windows color (decimal): -6710850 or 12491161. OLE color: 12491161.
HSL color Cylindrical-coordinate representation of color #9999BE: hue angle of 240º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9999BE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 153 | 190 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.25 |
| HSL | 240º | 0.22% | 0.67% | - |
| HSV(B) | 240º | 0.19% | 0.75% | - |
| XYZ | 33.82 | 33.27 | 53.35 | - |
| YUV | 157.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 190 | 0.19 | 0.19 | 0 | 0.25 | 240 | 0.22 | 0.67 |
| Hex | 99 | 99 | BE | 13 | 13 | 0 | 19 | F0 | 16 | 43 |
| Octal | 231 | 231 | 276 | 23 | 23 | 0 | 31 | 360 | 26 | 103 |
| Binary | 10011001 | 10011001 | 10111110 | 10011 | 10011 | 0 | 11001 | 11110000 | 10110 | 1000011 |
Color Harmonies of #9999BE
Complementary color
Monochromatic Colors of #9999BE
Black with #9999BE
Text Example
Text Example
White with #9999BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999BE; }
p { color: rgb(153,153,190); }
H1.HeaderClassName
{
color: #9999BE;
}
.AnyTagClassName
{
color: #9999BE;
}
</style>
background-color css
<style>
a { background-color: #9999BE; }
a { background-color: rgb(153,153,190); }
div.DivClassName
{
background-color: #9999BE;
}
.BgClassName
{
background-color: #9999BE;
}
</style>
border-color css
<style>
span { border-color: #9999BE; }
span { border-color: rgb(153,153,190); }
td.TdClassName
{
border-color: #9999BE;
}
.TagClassName
{
border-color: #9999BE;
}
</style>