Shades of Perano #9BA9FE
Tints of Perano #9BA9FE
RGB
CMYK
RGB Variations
Color information
#9BA9FE (or 0x9BA9FE) is known color: Perano. HEX triplet: 9B, A9 and FE. RGB value is (155,169,254). Sum of RGB (Red+Green+Blue) = 155+169+254=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9FE is #645601. Grayscale: #AEAEAE. Windows color (decimal): -6575618 or 16689563. OLE color: 16689563.
HSL color Cylindrical-coordinate representation of color #9BA9FE: hue angle of 231.52º 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 #9BA9FE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 169 | 254 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.00 |
| HSL | 231.52º | 0.98% | 0.8% | - |
| HSV(B) | 231.52º | 0.39% | 1% | - |
| XYZ | 45.59 | 42.5 | 99.57 | - |
| YUV | 174.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 254 | 0.39 | 0.33 | 0 | 0.00 | 231.52 | 0.98 | 0.8 |
| Hex | 9B | A9 | FE | 27 | 21 | 0 | 0 | E8 | 62 | 50 |
| Octal | 233 | 251 | 376 | 47 | 41 | 0 | 0 | 350 | 142 | 120 |
| Binary | 10011011 | 10101001 | 11111110 | 100111 | 100001 | 0 | 0 | 11101000 | 1100010 | 1010000 |
Color Harmonies of #9BA9FE
Complementary color
Monochromatic Colors of #9BA9FE
Black with #9BA9FE
Text Example
Text Example
White with #9BA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9FE; }
p { color: rgb(155,169,254); }
H1.HeaderClassName
{
color: #9BA9FE;
}
.AnyTagClassName
{
color: #9BA9FE;
}
</style>
background-color css
<style>
a { background-color: #9BA9FE; }
a { background-color: rgb(155,169,254); }
div.DivClassName
{
background-color: #9BA9FE;
}
.BgClassName
{
background-color: #9BA9FE;
}
</style>
border-color css
<style>
span { border-color: #9BA9FE; }
span { border-color: rgb(155,169,254); }
td.TdClassName
{
border-color: #9BA9FE;
}
.TagClassName
{
border-color: #9BA9FE;
}
</style>