Shades of Perano #96A5FE
Tints of Perano #96A5FE
RGB
CMYK
RGB Variations
Color information
#96A5FE (or 0x96A5FE) is known color: Perano. HEX triplet: 96, A5 and FE. RGB value is (150,165,254). Sum of RGB (Red+Green+Blue) = 150+165+254=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #96A5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A5FE is #695A01. Grayscale: #AAAAAA. Windows color (decimal): -6904322 or 16688534. OLE color: 16688534.
HSL color Cylindrical-coordinate representation of color #96A5FE: hue angle of 231.35º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A5FE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 165 | 254 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.00 |
| HSL | 231.35º | 0.98% | 0.79% | - |
| HSV(B) | 231.35º | 0.41% | 1% | - |
| XYZ | 43.92 | 40.55 | 99.28 | - |
| YUV | 170.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 254 | 0.41 | 0.35 | 0 | 0.00 | 231.35 | 0.98 | 0.79 |
| Hex | 96 | A5 | FE | 29 | 23 | 0 | 0 | E7 | 62 | 4F |
| Octal | 226 | 245 | 376 | 51 | 43 | 0 | 0 | 347 | 142 | 117 |
| Binary | 10010110 | 10100101 | 11111110 | 101001 | 100011 | 0 | 0 | 11100111 | 1100010 | 1001111 |
Color Harmonies of #96A5FE
Complementary color
Monochromatic Colors of #96A5FE
Black with #96A5FE
Text Example
Text Example
White with #96A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5FE; }
p { color: rgb(150,165,254); }
H1.HeaderClassName
{
color: #96A5FE;
}
.AnyTagClassName
{
color: #96A5FE;
}
</style>
background-color css
<style>
a { background-color: #96A5FE; }
a { background-color: rgb(150,165,254); }
div.DivClassName
{
background-color: #96A5FE;
}
.BgClassName
{
background-color: #96A5FE;
}
</style>
border-color css
<style>
span { border-color: #96A5FE; }
span { border-color: rgb(150,165,254); }
td.TdClassName
{
border-color: #96A5FE;
}
.TagClassName
{
border-color: #96A5FE;
}
</style>