Shades of Perano #9BA0FD
Tints of Perano #9BA0FD
RGB
CMYK
RGB Variations
Color information
#9BA0FD (or 0x9BA0FD) is known color: Perano. HEX triplet: 9B, A0 and FD. RGB value is (155,160,253). Sum of RGB (Red+Green+Blue) = 155+160+253=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA0FD is #645F02. Grayscale: #A8A8A8. Windows color (decimal): -6577923 or 16621723. OLE color: 16621723.
HSL color Cylindrical-coordinate representation of color #9BA0FD: hue angle of 236.94º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA0FD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 160 | 253 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.01 |
| HSL | 236.94º | 0.96% | 0.8% | - |
| HSV(B) | 236.94º | 0.39% | 0.99% | - |
| XYZ | 43.82 | 39.2 | 98.19 | - |
| YUV | 169.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 253 | 0.39 | 0.37 | 0 | 0.01 | 236.94 | 0.96 | 0.8 |
| Hex | 9B | A0 | FD | 27 | 25 | 0 | 1 | ED | 60 | 50 |
| Octal | 233 | 240 | 375 | 47 | 45 | 0 | 1 | 355 | 140 | 120 |
| Binary | 10011011 | 10100000 | 11111101 | 100111 | 100101 | 0 | 1 | 11101101 | 1100000 | 1010000 |
Color Harmonies of #9BA0FD
Complementary color
Monochromatic Colors of #9BA0FD
Black with #9BA0FD
Text Example
Text Example
White with #9BA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA0FD; }
p { color: rgb(155,160,253); }
H1.HeaderClassName
{
color: #9BA0FD;
}
.AnyTagClassName
{
color: #9BA0FD;
}
</style>
background-color css
<style>
a { background-color: #9BA0FD; }
a { background-color: rgb(155,160,253); }
div.DivClassName
{
background-color: #9BA0FD;
}
.BgClassName
{
background-color: #9BA0FD;
}
</style>
border-color css
<style>
span { border-color: #9BA0FD; }
span { border-color: rgb(155,160,253); }
td.TdClassName
{
border-color: #9BA0FD;
}
.TagClassName
{
border-color: #9BA0FD;
}
</style>