Shades of Perano #96A9EF
Tints of Perano #96A9EF
RGB
CMYK
RGB Variations
Color information
#96A9EF (or 0x96A9EF) is known color: Perano. HEX triplet: 96, A9 and EF. RGB value is (150,169,239). Sum of RGB (Red+Green+Blue) = 150+169+239=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #96A9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A9EF is #695610. Grayscale: #AAAAAA. Windows color (decimal): -6903313 or 15706518. OLE color: 15706518.
HSL color Cylindrical-coordinate representation of color #96A9EF: hue angle of 227.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A9EF is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 169 | 239 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.06 |
| HSL | 227.19º | 0.74% | 0.76% | - |
| HSV(B) | 227.19º | 0.37% | 0.94% | - |
| XYZ | 42.35 | 41.09 | 87.36 | - |
| YUV | 171.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 239 | 0.37 | 0.29 | 0 | 0.06 | 227.19 | 0.74 | 0.76 |
| Hex | 96 | A9 | EF | 25 | 1D | 0 | 6 | E3 | 4A | 4C |
| Octal | 226 | 251 | 357 | 45 | 35 | 0 | 6 | 343 | 112 | 114 |
| Binary | 10010110 | 10101001 | 11101111 | 100101 | 11101 | 0 | 110 | 11100011 | 1001010 | 1001100 |
Color Harmonies of #96A9EF
Complementary color
Monochromatic Colors of #96A9EF
Black with #96A9EF
Text Example
Text Example
White with #96A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A9EF; }
p { color: rgb(150,169,239); }
H1.HeaderClassName
{
color: #96A9EF;
}
.AnyTagClassName
{
color: #96A9EF;
}
</style>
background-color css
<style>
a { background-color: #96A9EF; }
a { background-color: rgb(150,169,239); }
div.DivClassName
{
background-color: #96A9EF;
}
.BgClassName
{
background-color: #96A9EF;
}
</style>
border-color css
<style>
span { border-color: #96A9EF; }
span { border-color: rgb(150,169,239); }
td.TdClassName
{
border-color: #96A9EF;
}
.TagClassName
{
border-color: #96A9EF;
}
</style>