Shades of Perano #9FB3FF
Tints of Perano #9FB3FF
RGB
CMYK
RGB Variations
Color information
#9FB3FF (or 0x9FB3FF) is known color: Perano. HEX triplet: 9F, B3 and FF. RGB value is (159,179,255). Sum of RGB (Red+Green+Blue) = 159+179+255=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB3FF is #604C00. Grayscale: #B5B5B5. Windows color (decimal): -6310913 or 16757663. OLE color: 16757663.
HSL color Cylindrical-coordinate representation of color #9FB3FF: hue angle of 227.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB3FF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 179 | 255 | - |
| CMYK | 0.38 | 0.30 | 0 | 0 |
| HSL | 227.5º | 1% | 0.81% | - |
| HSV(B) | 227.5º | 0.38% | 1% | - |
| XYZ | 48.47 | 46.83 | 101.09 | - |
| YUV | 181.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 255 | 0.38 | 0.30 | 0 | 0 | 227.5 | 1 | 0.81 |
| Hex | 9F | B3 | FF | 26 | 1E | 0 | 0 | E4 | 64 | 51 |
| Octal | 237 | 263 | 377 | 46 | 36 | 0 | 0 | 344 | 144 | 121 |
| Binary | 10011111 | 10110011 | 11111111 | 100110 | 11110 | 0 | 0 | 11100100 | 1100100 | 1010001 |
Color Harmonies of #9FB3FF
Complementary color
Monochromatic Colors of #9FB3FF
Black with #9FB3FF
Text Example
Text Example
White with #9FB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3FF; }
p { color: rgb(159,179,255); }
H1.HeaderClassName
{
color: #9FB3FF;
}
.AnyTagClassName
{
color: #9FB3FF;
}
</style>
background-color css
<style>
a { background-color: #9FB3FF; }
a { background-color: rgb(159,179,255); }
div.DivClassName
{
background-color: #9FB3FF;
}
.BgClassName
{
background-color: #9FB3FF;
}
</style>
border-color css
<style>
span { border-color: #9FB3FF; }
span { border-color: rgb(159,179,255); }
td.TdClassName
{
border-color: #9FB3FF;
}
.TagClassName
{
border-color: #9FB3FF;
}
</style>