Shades of Perano #9BA8EF
Tints of Perano #9BA8EF
RGB
CMYK
RGB Variations
Color information
#9BA8EF (or 0x9BA8EF) is known color: Perano. HEX triplet: 9B, A8 and EF. RGB value is (155,168,239). Sum of RGB (Red+Green+Blue) = 155+168+239=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA8EF is #645710. Grayscale: #ABABAB. Windows color (decimal): -6575889 or 15706267. OLE color: 15706267.
HSL color Cylindrical-coordinate representation of color #9BA8EF: hue angle of 230.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA8EF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 168 | 239 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.06 |
| HSL | 230.71º | 0.72% | 0.77% | - |
| HSV(B) | 230.71º | 0.35% | 0.94% | - |
| XYZ | 43.1 | 41.21 | 87.34 | - |
| YUV | 172.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 239 | 0.35 | 0.30 | 0 | 0.06 | 230.71 | 0.72 | 0.77 |
| Hex | 9B | A8 | EF | 23 | 1E | 0 | 6 | E7 | 48 | 4D |
| Octal | 233 | 250 | 357 | 43 | 36 | 0 | 6 | 347 | 110 | 115 |
| Binary | 10011011 | 10101000 | 11101111 | 100011 | 11110 | 0 | 110 | 11100111 | 1001000 | 1001101 |
Color Harmonies of #9BA8EF
Complementary color
Monochromatic Colors of #9BA8EF
Black with #9BA8EF
Text Example
Text Example
White with #9BA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8EF; }
p { color: rgb(155,168,239); }
H1.HeaderClassName
{
color: #9BA8EF;
}
.AnyTagClassName
{
color: #9BA8EF;
}
</style>
background-color css
<style>
a { background-color: #9BA8EF; }
a { background-color: rgb(155,168,239); }
div.DivClassName
{
background-color: #9BA8EF;
}
.BgClassName
{
background-color: #9BA8EF;
}
</style>
border-color css
<style>
span { border-color: #9BA8EF; }
span { border-color: rgb(155,168,239); }
td.TdClassName
{
border-color: #9BA8EF;
}
.TagClassName
{
border-color: #9BA8EF;
}
</style>