Shades of Perano #96A8F9
Tints of Perano #96A8F9
RGB
CMYK
RGB Variations
Color information
#96A8F9 (or 0x96A8F9) is known color: Perano. HEX triplet: 96, A8 and F9. RGB value is (150,168,249). Sum of RGB (Red+Green+Blue) = 150+168+249=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #96A8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8F9 is #695706. Grayscale: #ABABAB. Windows color (decimal): -6903559 or 16361622. OLE color: 16361622.
HSL color Cylindrical-coordinate representation of color #96A8F9: hue angle of 229.09º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A8F9 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 168 | 249 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.02 |
| HSL | 229.09º | 0.89% | 0.78% | - |
| HSV(B) | 229.09º | 0.4% | 0.98% | - |
| XYZ | 43.68 | 41.33 | 95.3 | - |
| YUV | 171.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 249 | 0.40 | 0.33 | 0 | 0.02 | 229.09 | 0.89 | 0.78 |
| Hex | 96 | A8 | F9 | 28 | 21 | 0 | 2 | E5 | 59 | 4E |
| Octal | 226 | 250 | 371 | 50 | 41 | 0 | 2 | 345 | 131 | 116 |
| Binary | 10010110 | 10101000 | 11111001 | 101000 | 100001 | 0 | 10 | 11100101 | 1011001 | 1001110 |
Color Harmonies of #96A8F9
Complementary color
Monochromatic Colors of #96A8F9
Black with #96A8F9
Text Example
Text Example
White with #96A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8F9; }
p { color: rgb(150,168,249); }
H1.HeaderClassName
{
color: #96A8F9;
}
.AnyTagClassName
{
color: #96A8F9;
}
</style>
background-color css
<style>
a { background-color: #96A8F9; }
a { background-color: rgb(150,168,249); }
div.DivClassName
{
background-color: #96A8F9;
}
.BgClassName
{
background-color: #96A8F9;
}
</style>
border-color css
<style>
span { border-color: #96A8F9; }
span { border-color: rgb(150,168,249); }
td.TdClassName
{
border-color: #96A8F9;
}
.TagClassName
{
border-color: #96A8F9;
}
</style>