Shades of Perano #96A6FF
Tints of Perano #96A6FF
RGB
CMYK
RGB Variations
Color information
#96A6FF (or 0x96A6FF) is known color: Perano. HEX triplet: 96, A6 and FF. RGB value is (150,166,255). Sum of RGB (Red+Green+Blue) = 150+166+255=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #96A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A6FF is #695900. Grayscale: #AAAAAA. Windows color (decimal): -6904065 or 16754326. OLE color: 16754326.
HSL color Cylindrical-coordinate representation of color #96A6FF: hue angle of 230.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A6FF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 166 | 255 | - |
| CMYK | 0.41 | 0.35 | 0 | 0 |
| HSL | 230.86º | 1% | 0.79% | - |
| HSV(B) | 230.86º | 0.41% | 1% | - |
| XYZ | 44.26 | 40.98 | 100.18 | - |
| YUV | 171.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 255 | 0.41 | 0.35 | 0 | 0 | 230.86 | 1 | 0.79 |
| Hex | 96 | A6 | FF | 29 | 23 | 0 | 0 | E7 | 64 | 4F |
| Octal | 226 | 246 | 377 | 51 | 43 | 0 | 0 | 347 | 144 | 117 |
| Binary | 10010110 | 10100110 | 11111111 | 101001 | 100011 | 0 | 0 | 11100111 | 1100100 | 1001111 |
Color Harmonies of #96A6FF
Complementary color
Monochromatic Colors of #96A6FF
Black with #96A6FF
Text Example
Text Example
White with #96A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6FF; }
p { color: rgb(150,166,255); }
H1.HeaderClassName
{
color: #96A6FF;
}
.AnyTagClassName
{
color: #96A6FF;
}
</style>
background-color css
<style>
a { background-color: #96A6FF; }
a { background-color: rgb(150,166,255); }
div.DivClassName
{
background-color: #96A6FF;
}
.BgClassName
{
background-color: #96A6FF;
}
</style>
border-color css
<style>
span { border-color: #96A6FF; }
span { border-color: rgb(150,166,255); }
td.TdClassName
{
border-color: #96A6FF;
}
.TagClassName
{
border-color: #96A6FF;
}
</style>