Shades of Perano #9BA0FF
Tints of Perano #9BA0FF
RGB
CMYK
RGB Variations
Color information
#9BA0FF (or 0x9BA0FF) is known color: Perano. HEX triplet: 9B, A0 and FF. RGB value is (155,160,255). Sum of RGB (Red+Green+Blue) = 155+160+255=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA0FF is #645F00. Grayscale: #A8A8A8. Windows color (decimal): -6577921 or 16752795. OLE color: 16752795.
HSL color Cylindrical-coordinate representation of color #9BA0FF: hue angle of 237º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA0FF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 160 | 255 | - |
| CMYK | 0.39 | 0.37 | 0 | 0 |
| HSL | 237º | 1% | 0.8% | - |
| HSV(B) | 237º | 0.39% | 1% | - |
| XYZ | 44.14 | 39.33 | 99.87 | - |
| YUV | 169.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 255 | 0.39 | 0.37 | 0 | 0 | 237 | 1 | 0.8 |
| Hex | 9B | A0 | FF | 27 | 25 | 0 | 0 | ED | 64 | 50 |
| Octal | 233 | 240 | 377 | 47 | 45 | 0 | 0 | 355 | 144 | 120 |
| Binary | 10011011 | 10100000 | 11111111 | 100111 | 100101 | 0 | 0 | 11101101 | 1100100 | 1010000 |
Color Harmonies of #9BA0FF
Complementary color
Monochromatic Colors of #9BA0FF
Black with #9BA0FF
Text Example
Text Example
White with #9BA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0FF; }
p { color: rgb(155,160,255); }
H1.HeaderClassName
{
color: #9BA0FF;
}
.AnyTagClassName
{
color: #9BA0FF;
}
</style>
background-color css
<style>
a { background-color: #9BA0FF; }
a { background-color: rgb(155,160,255); }
div.DivClassName
{
background-color: #9BA0FF;
}
.BgClassName
{
background-color: #9BA0FF;
}
</style>
border-color css
<style>
span { border-color: #9BA0FF; }
span { border-color: rgb(155,160,255); }
td.TdClassName
{
border-color: #9BA0FF;
}
.TagClassName
{
border-color: #9BA0FF;
}
</style>