Shades of Perano #9FB5FF
Tints of Perano #9FB5FF
RGB
CMYK
RGB Variations
Color information
#9FB5FF (or 0x9FB5FF) is known color: Perano. HEX triplet: 9F, B5 and FF. RGB value is (159,181,255). Sum of RGB (Red+Green+Blue) = 159+181+255=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB5FF is #604A00. Grayscale: #B6B6B6. Windows color (decimal): -6310401 or 16758175. OLE color: 16758175.
HSL color Cylindrical-coordinate representation of color #9FB5FF: hue angle of 226.25º 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 #9FB5FF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 181 | 255 | - |
| CMYK | 0.38 | 0.29 | 0 | 0 |
| HSL | 226.25º | 1% | 0.81% | - |
| HSV(B) | 226.25º | 0.38% | 1% | - |
| XYZ | 48.87 | 47.64 | 101.23 | - |
| YUV | 182.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 255 | 0.38 | 0.29 | 0 | 0 | 226.25 | 1 | 0.81 |
| Hex | 9F | B5 | FF | 26 | 1D | 0 | 0 | E2 | 64 | 51 |
| Octal | 237 | 265 | 377 | 46 | 35 | 0 | 0 | 342 | 144 | 121 |
| Binary | 10011111 | 10110101 | 11111111 | 100110 | 11101 | 0 | 0 | 11100010 | 1100100 | 1010001 |
Color Harmonies of #9FB5FF
Complementary color
Monochromatic Colors of #9FB5FF
Black with #9FB5FF
Text Example
Text Example
White with #9FB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB5FF; }
p { color: rgb(159,181,255); }
H1.HeaderClassName
{
color: #9FB5FF;
}
.AnyTagClassName
{
color: #9FB5FF;
}
</style>
background-color css
<style>
a { background-color: #9FB5FF; }
a { background-color: rgb(159,181,255); }
div.DivClassName
{
background-color: #9FB5FF;
}
.BgClassName
{
background-color: #9FB5FF;
}
</style>
border-color css
<style>
span { border-color: #9FB5FF; }
span { border-color: rgb(159,181,255); }
td.TdClassName
{
border-color: #9FB5FF;
}
.TagClassName
{
border-color: #9FB5FF;
}
</style>