Shades of Perano #9BA8FE
Tints of Perano #9BA8FE
RGB
CMYK
RGB Variations
Color information
#9BA8FE (or 0x9BA8FE) is known color: Perano. HEX triplet: 9B, A8 and FE. RGB value is (155,168,254). Sum of RGB (Red+Green+Blue) = 155+168+254=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA8FE is #645701. Grayscale: #ADADAD. Windows color (decimal): -6575874 or 16689307. OLE color: 16689307.
HSL color Cylindrical-coordinate representation of color #9BA8FE: hue angle of 232.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA8FE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 168 | 254 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.00 |
| HSL | 232.12º | 0.98% | 0.8% | - |
| HSV(B) | 232.12º | 0.39% | 1% | - |
| XYZ | 45.41 | 42.13 | 99.5 | - |
| YUV | 173.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 254 | 0.39 | 0.34 | 0 | 0.00 | 232.12 | 0.98 | 0.8 |
| Hex | 9B | A8 | FE | 27 | 22 | 0 | 0 | E8 | 62 | 50 |
| Octal | 233 | 250 | 376 | 47 | 42 | 0 | 0 | 350 | 142 | 120 |
| Binary | 10011011 | 10101000 | 11111110 | 100111 | 100010 | 0 | 0 | 11101000 | 1100010 | 1010000 |
Color Harmonies of #9BA8FE
Complementary color
Monochromatic Colors of #9BA8FE
Black with #9BA8FE
Text Example
Text Example
White with #9BA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8FE; }
p { color: rgb(155,168,254); }
H1.HeaderClassName
{
color: #9BA8FE;
}
.AnyTagClassName
{
color: #9BA8FE;
}
</style>
background-color css
<style>
a { background-color: #9BA8FE; }
a { background-color: rgb(155,168,254); }
div.DivClassName
{
background-color: #9BA8FE;
}
.BgClassName
{
background-color: #9BA8FE;
}
</style>
border-color css
<style>
span { border-color: #9BA8FE; }
span { border-color: rgb(155,168,254); }
td.TdClassName
{
border-color: #9BA8FE;
}
.TagClassName
{
border-color: #9BA8FE;
}
</style>