Shades of Perano #9BA8FC
Tints of Perano #9BA8FC
RGB
CMYK
RGB Variations
Color information
#9BA8FC (or 0x9BA8FC) is known color: Perano. HEX triplet: 9B, A8 and FC. RGB value is (155,168,252). Sum of RGB (Red+Green+Blue) = 155+168+252=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA8FC is #645703. Grayscale: #ADADAD. Windows color (decimal): -6575876 or 16558235. OLE color: 16558235.
HSL color Cylindrical-coordinate representation of color #9BA8FC: hue angle of 231.96º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA8FC is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 168 | 252 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.01 |
| HSL | 231.96º | 0.94% | 0.8% | - |
| HSV(B) | 231.96º | 0.38% | 0.99% | - |
| XYZ | 45.09 | 42 | 97.83 | - |
| YUV | 173.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 252 | 0.38 | 0.33 | 0 | 0.01 | 231.96 | 0.94 | 0.8 |
| Hex | 9B | A8 | FC | 26 | 21 | 0 | 1 | E8 | 5E | 50 |
| Octal | 233 | 250 | 374 | 46 | 41 | 0 | 1 | 350 | 136 | 120 |
| Binary | 10011011 | 10101000 | 11111100 | 100110 | 100001 | 0 | 1 | 11101000 | 1011110 | 1010000 |
Color Harmonies of #9BA8FC
Complementary color
Monochromatic Colors of #9BA8FC
Black with #9BA8FC
Text Example
Text Example
White with #9BA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8FC; }
p { color: rgb(155,168,252); }
H1.HeaderClassName
{
color: #9BA8FC;
}
.AnyTagClassName
{
color: #9BA8FC;
}
</style>
background-color css
<style>
a { background-color: #9BA8FC; }
a { background-color: rgb(155,168,252); }
div.DivClassName
{
background-color: #9BA8FC;
}
.BgClassName
{
background-color: #9BA8FC;
}
</style>
border-color css
<style>
span { border-color: #9BA8FC; }
span { border-color: rgb(155,168,252); }
td.TdClassName
{
border-color: #9BA8FC;
}
.TagClassName
{
border-color: #9BA8FC;
}
</style>