Shades of Perano #9FB0FF
Tints of Perano #9FB0FF
RGB
CMYK
RGB Variations
Color information
#9FB0FF (or 0x9FB0FF) is known color: Perano. HEX triplet: 9F, B0 and FF. RGB value is (159,176,255). Sum of RGB (Red+Green+Blue) = 159+176+255=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0FF is #604F00. Grayscale: #B3B3B3. Windows color (decimal): -6311681 or 16756895. OLE color: 16756895.
HSL color Cylindrical-coordinate representation of color #9FB0FF: hue angle of 229.38º 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 #9FB0FF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 176 | 255 | - |
| CMYK | 0.38 | 0.31 | 0 | 0 |
| HSL | 229.38º | 1% | 0.81% | - |
| HSV(B) | 229.38º | 0.38% | 1% | - |
| XYZ | 47.87 | 45.64 | 100.89 | - |
| YUV | 179.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 255 | 0.38 | 0.31 | 0 | 0 | 229.38 | 1 | 0.81 |
| Hex | 9F | B0 | FF | 26 | 1F | 0 | 0 | E5 | 64 | 51 |
| Octal | 237 | 260 | 377 | 46 | 37 | 0 | 0 | 345 | 144 | 121 |
| Binary | 10011111 | 10110000 | 11111111 | 100110 | 11111 | 0 | 0 | 11100101 | 1100100 | 1010001 |
Color Harmonies of #9FB0FF
Complementary color
Monochromatic Colors of #9FB0FF
Black with #9FB0FF
Text Example
Text Example
White with #9FB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0FF; }
p { color: rgb(159,176,255); }
H1.HeaderClassName
{
color: #9FB0FF;
}
.AnyTagClassName
{
color: #9FB0FF;
}
</style>
background-color css
<style>
a { background-color: #9FB0FF; }
a { background-color: rgb(159,176,255); }
div.DivClassName
{
background-color: #9FB0FF;
}
.BgClassName
{
background-color: #9FB0FF;
}
</style>
border-color css
<style>
span { border-color: #9FB0FF; }
span { border-color: rgb(159,176,255); }
td.TdClassName
{
border-color: #9FB0FF;
}
.TagClassName
{
border-color: #9FB0FF;
}
</style>