Shades of Perano #9BA9FF
Tints of Perano #9BA9FF
RGB
CMYK
RGB Variations
Color information
#9BA9FF (or 0x9BA9FF) is known color: Perano. HEX triplet: 9B, A9 and FF. RGB value is (155,169,255). Sum of RGB (Red+Green+Blue) = 155+169+255=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9FF is #645600. Grayscale: #AEAEAE. Windows color (decimal): -6575617 or 16755099. OLE color: 16755099.
HSL color Cylindrical-coordinate representation of color #9BA9FF: hue angle of 231.6º 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 #9BA9FF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 169 | 255 | - |
| CMYK | 0.39 | 0.34 | 0 | 0 |
| HSL | 231.6º | 1% | 0.8% | - |
| HSV(B) | 231.6º | 0.39% | 1% | - |
| XYZ | 45.76 | 42.56 | 100.41 | - |
| YUV | 174.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 255 | 0.39 | 0.34 | 0 | 0 | 231.6 | 1 | 0.8 |
| Hex | 9B | A9 | FF | 27 | 22 | 0 | 0 | E8 | 64 | 50 |
| Octal | 233 | 251 | 377 | 47 | 42 | 0 | 0 | 350 | 144 | 120 |
| Binary | 10011011 | 10101001 | 11111111 | 100111 | 100010 | 0 | 0 | 11101000 | 1100100 | 1010000 |
Color Harmonies of #9BA9FF
Complementary color
Monochromatic Colors of #9BA9FF
Black with #9BA9FF
Text Example
Text Example
White with #9BA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9FF; }
p { color: rgb(155,169,255); }
H1.HeaderClassName
{
color: #9BA9FF;
}
.AnyTagClassName
{
color: #9BA9FF;
}
</style>
background-color css
<style>
a { background-color: #9BA9FF; }
a { background-color: rgb(155,169,255); }
div.DivClassName
{
background-color: #9BA9FF;
}
.BgClassName
{
background-color: #9BA9FF;
}
</style>
border-color css
<style>
span { border-color: #9BA9FF; }
span { border-color: rgb(155,169,255); }
td.TdClassName
{
border-color: #9BA9FF;
}
.TagClassName
{
border-color: #9BA9FF;
}
</style>