Shades of Perano #9BA4FB
Tints of Perano #9BA4FB
RGB
CMYK
RGB Variations
Color information
#9BA4FB (or 0x9BA4FB) is known color: Perano. HEX triplet: 9B, A4 and FB. RGB value is (155,164,251). Sum of RGB (Red+Green+Blue) = 155+164+251=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA4FB is #645B04. Grayscale: #AAAAAA. Windows color (decimal): -6576901 or 16491675. OLE color: 16491675.
HSL color Cylindrical-coordinate representation of color #9BA4FB: hue angle of 234.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA4FB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 164 | 251 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.02 |
| HSL | 234.38º | 0.92% | 0.8% | - |
| HSV(B) | 234.38º | 0.38% | 0.98% | - |
| XYZ | 44.21 | 40.48 | 96.75 | - |
| YUV | 171.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 251 | 0.38 | 0.35 | 0 | 0.02 | 234.38 | 0.92 | 0.8 |
| Hex | 9B | A4 | FB | 26 | 23 | 0 | 2 | EA | 5C | 50 |
| Octal | 233 | 244 | 373 | 46 | 43 | 0 | 2 | 352 | 134 | 120 |
| Binary | 10011011 | 10100100 | 11111011 | 100110 | 100011 | 0 | 10 | 11101010 | 1011100 | 1010000 |
Color Harmonies of #9BA4FB
Complementary color
Monochromatic Colors of #9BA4FB
Black with #9BA4FB
Text Example
Text Example
White with #9BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4FB; }
p { color: rgb(155,164,251); }
H1.HeaderClassName
{
color: #9BA4FB;
}
.AnyTagClassName
{
color: #9BA4FB;
}
</style>
background-color css
<style>
a { background-color: #9BA4FB; }
a { background-color: rgb(155,164,251); }
div.DivClassName
{
background-color: #9BA4FB;
}
.BgClassName
{
background-color: #9BA4FB;
}
</style>
border-color css
<style>
span { border-color: #9BA4FB; }
span { border-color: rgb(155,164,251); }
td.TdClassName
{
border-color: #9BA4FB;
}
.TagClassName
{
border-color: #9BA4FB;
}
</style>