Shades of Perano #9BA7EF
Tints of Perano #9BA7EF
RGB
CMYK
RGB Variations
Color information
#9BA7EF (or 0x9BA7EF) is known color: Perano. HEX triplet: 9B, A7 and EF. RGB value is (155,167,239). Sum of RGB (Red+Green+Blue) = 155+167+239=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BA7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA7EF is #645810. Grayscale: #ABABAB. Windows color (decimal): -6576145 or 15706011. OLE color: 15706011.
HSL color Cylindrical-coordinate representation of color #9BA7EF: hue angle of 231.43º 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 #9BA7EF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 167 | 239 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.06 |
| HSL | 231.43º | 0.72% | 0.77% | - |
| HSV(B) | 231.43º | 0.35% | 0.94% | - |
| XYZ | 42.92 | 40.84 | 87.28 | - |
| YUV | 171.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 239 | 0.35 | 0.30 | 0 | 0.06 | 231.43 | 0.72 | 0.77 |
| Hex | 9B | A7 | EF | 23 | 1E | 0 | 6 | E7 | 48 | 4D |
| Octal | 233 | 247 | 357 | 43 | 36 | 0 | 6 | 347 | 110 | 115 |
| Binary | 10011011 | 10100111 | 11101111 | 100011 | 11110 | 0 | 110 | 11100111 | 1001000 | 1001101 |
Color Harmonies of #9BA7EF
Complementary color
Monochromatic Colors of #9BA7EF
Black with #9BA7EF
Text Example
Text Example
White with #9BA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7EF; }
p { color: rgb(155,167,239); }
H1.HeaderClassName
{
color: #9BA7EF;
}
.AnyTagClassName
{
color: #9BA7EF;
}
</style>
background-color css
<style>
a { background-color: #9BA7EF; }
a { background-color: rgb(155,167,239); }
div.DivClassName
{
background-color: #9BA7EF;
}
.BgClassName
{
background-color: #9BA7EF;
}
</style>
border-color css
<style>
span { border-color: #9BA7EF; }
span { border-color: rgb(155,167,239); }
td.TdClassName
{
border-color: #9BA7EF;
}
.TagClassName
{
border-color: #9BA7EF;
}
</style>