Shades of Perano #9FB7FE
Tints of Perano #9FB7FE
RGB
CMYK
RGB Variations
Color information
#9FB7FE (or 0x9FB7FE) is known color: Perano. HEX triplet: 9F, B7 and FE. RGB value is (159,183,254). Sum of RGB (Red+Green+Blue) = 159+183+254=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FB7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB7FE is #604801. Grayscale: #B7B7B7. Windows color (decimal): -6309890 or 16693151. OLE color: 16693151.
HSL color Cylindrical-coordinate representation of color #9FB7FE: hue angle of 224.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB7FE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 183 | 254 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.00 |
| HSL | 224.84º | 0.98% | 0.81% | - |
| HSV(B) | 224.84º | 0.37% | 1% | - |
| XYZ | 49.12 | 48.39 | 100.52 | - |
| YUV | 183.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 254 | 0.37 | 0.28 | 0 | 0.00 | 224.84 | 0.98 | 0.81 |
| Hex | 9F | B7 | FE | 25 | 1C | 0 | 0 | E1 | 62 | 51 |
| Octal | 237 | 267 | 376 | 45 | 34 | 0 | 0 | 341 | 142 | 121 |
| Binary | 10011111 | 10110111 | 11111110 | 100101 | 11100 | 0 | 0 | 11100001 | 1100010 | 1010001 |
Color Harmonies of #9FB7FE
Complementary color
Monochromatic Colors of #9FB7FE
Black with #9FB7FE
Text Example
Text Example
White with #9FB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7FE; }
p { color: rgb(159,183,254); }
H1.HeaderClassName
{
color: #9FB7FE;
}
.AnyTagClassName
{
color: #9FB7FE;
}
</style>
background-color css
<style>
a { background-color: #9FB7FE; }
a { background-color: rgb(159,183,254); }
div.DivClassName
{
background-color: #9FB7FE;
}
.BgClassName
{
background-color: #9FB7FE;
}
</style>
border-color css
<style>
span { border-color: #9FB7FE; }
span { border-color: rgb(159,183,254); }
td.TdClassName
{
border-color: #9FB7FE;
}
.TagClassName
{
border-color: #9FB7FE;
}
</style>