Shades of Perano #9BA3FB
Tints of Perano #9BA3FB
RGB
CMYK
RGB Variations
Color information
#9BA3FB (or 0x9BA3FB) is known color: Perano. HEX triplet: 9B, A3 and FB. RGB value is (155,163,251). Sum of RGB (Red+Green+Blue) = 155+163+251=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BA3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3FB is #645C04. Grayscale: #AAAAAA. Windows color (decimal): -6577157 or 16491419. OLE color: 16491419.
HSL color Cylindrical-coordinate representation of color #9BA3FB: hue angle of 235º 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 #9BA3FB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 163 | 251 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.02 |
| HSL | 235º | 0.92% | 0.8% | - |
| HSV(B) | 235º | 0.38% | 0.98% | - |
| XYZ | 44.03 | 40.13 | 96.69 | - |
| YUV | 170.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 251 | 0.38 | 0.35 | 0 | 0.02 | 235 | 0.92 | 0.8 |
| Hex | 9B | A3 | FB | 26 | 23 | 0 | 2 | EB | 5C | 50 |
| Octal | 233 | 243 | 373 | 46 | 43 | 0 | 2 | 353 | 134 | 120 |
| Binary | 10011011 | 10100011 | 11111011 | 100110 | 100011 | 0 | 10 | 11101011 | 1011100 | 1010000 |
Color Harmonies of #9BA3FB
Complementary color
Monochromatic Colors of #9BA3FB
Black with #9BA3FB
Text Example
Text Example
White with #9BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3FB; }
p { color: rgb(155,163,251); }
H1.HeaderClassName
{
color: #9BA3FB;
}
.AnyTagClassName
{
color: #9BA3FB;
}
</style>
background-color css
<style>
a { background-color: #9BA3FB; }
a { background-color: rgb(155,163,251); }
div.DivClassName
{
background-color: #9BA3FB;
}
.BgClassName
{
background-color: #9BA3FB;
}
</style>
border-color css
<style>
span { border-color: #9BA3FB; }
span { border-color: rgb(155,163,251); }
td.TdClassName
{
border-color: #9BA3FB;
}
.TagClassName
{
border-color: #9BA3FB;
}
</style>