Shades of Perano #9BA9E5
Tints of Perano #9BA9E5
RGB
CMYK
RGB Variations
Color information
#9BA9E5 (or 0x9BA9E5) is known color: Perano. HEX triplet: 9B, A9 and E5. RGB value is (155,169,229). Sum of RGB (Red+Green+Blue) = 155+169+229=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #9BA9E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9E5 is #64561A. Grayscale: #ABABAB. Windows color (decimal): -6575643 or 15051163. OLE color: 15051163.
HSL color Cylindrical-coordinate representation of color #9BA9E5: hue angle of 228.65º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA9E5 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 169 | 229 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.10 |
| HSL | 228.65º | 0.59% | 0.75% | - |
| HSV(B) | 228.65º | 0.32% | 0.9% | - |
| XYZ | 41.85 | 41 | 79.84 | - |
| YUV | 171.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 229 | 0.32 | 0.26 | 0 | 0.10 | 228.65 | 0.59 | 0.75 |
| Hex | 9B | A9 | E5 | 20 | 1A | 0 | A | E5 | 3B | 4B |
| Octal | 233 | 251 | 345 | 40 | 32 | 0 | 12 | 345 | 73 | 113 |
| Binary | 10011011 | 10101001 | 11100101 | 100000 | 11010 | 0 | 1010 | 11100101 | 111011 | 1001011 |
Color Harmonies of #9BA9E5
Complementary color
Monochromatic Colors of #9BA9E5
Black with #9BA9E5
Text Example
Text Example
White with #9BA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9E5; }
p { color: rgb(155,169,229); }
H1.HeaderClassName
{
color: #9BA9E5;
}
.AnyTagClassName
{
color: #9BA9E5;
}
</style>
background-color css
<style>
a { background-color: #9BA9E5; }
a { background-color: rgb(155,169,229); }
div.DivClassName
{
background-color: #9BA9E5;
}
.BgClassName
{
background-color: #9BA9E5;
}
</style>
border-color css
<style>
span { border-color: #9BA9E5; }
span { border-color: rgb(155,169,229); }
td.TdClassName
{
border-color: #9BA9E5;
}
.TagClassName
{
border-color: #9BA9E5;
}
</style>