Shades of Perano #999FFC
Tints of Perano #999FFC
RGB
CMYK
RGB Variations
Color information
#999FFC (or 0x999FFC) is known color: Perano. HEX triplet: 99, 9F and FC. RGB value is (153,159,252). Sum of RGB (Red+Green+Blue) = 153+159+252=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #999FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFC is #666003. Grayscale: #A7A7A7. Windows color (decimal): -6709252 or 16555929. OLE color: 16555929.
HSL color Cylindrical-coordinate representation of color #999FFC: hue angle of 236.36º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999FFC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 159 | 252 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.01 |
| HSL | 236.36º | 0.94% | 0.79% | - |
| HSV(B) | 236.36º | 0.39% | 0.99% | - |
| XYZ | 43.11 | 38.6 | 97.27 | - |
| YUV | 167.81 | 175.51 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 252 | 0.39 | 0.37 | 0 | 0.01 | 236.36 | 0.94 | 0.79 |
| Hex | 99 | 9F | FC | 27 | 25 | 0 | 1 | EC | 5E | 4F |
| Octal | 231 | 237 | 374 | 47 | 45 | 0 | 1 | 354 | 136 | 117 |
| Binary | 10011001 | 10011111 | 11111100 | 100111 | 100101 | 0 | 1 | 11101100 | 1011110 | 1001111 |
Color Harmonies of #999FFC
Complementary color
Monochromatic Colors of #999FFC
Black with #999FFC
Text Example
Text Example
White with #999FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FFC; }
p { color: rgb(153,159,252); }
H1.HeaderClassName
{
color: #999FFC;
}
.AnyTagClassName
{
color: #999FFC;
}
</style>
background-color css
<style>
a { background-color: #999FFC; }
a { background-color: rgb(153,159,252); }
div.DivClassName
{
background-color: #999FFC;
}
.BgClassName
{
background-color: #999FFC;
}
</style>
border-color css
<style>
span { border-color: #999FFC; }
span { border-color: rgb(153,159,252); }
td.TdClassName
{
border-color: #999FFC;
}
.TagClassName
{
border-color: #999FFC;
}
</style>