Shades of Perano #96A3F8
Tints of Perano #96A3F8
RGB
CMYK
RGB Variations
Color information
#96A3F8 (or 0x96A3F8) is known color: Perano. HEX triplet: 96, A3 and F8. RGB value is (150,163,248). Sum of RGB (Red+Green+Blue) = 150+163+248=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #96A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A3F8 is #695C07. Grayscale: #A8A8A8. Windows color (decimal): -6904840 or 16294806. OLE color: 16294806.
HSL color Cylindrical-coordinate representation of color #96A3F8: hue angle of 232.04º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A3F8 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 163 | 248 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.03 |
| HSL | 232.04º | 0.88% | 0.78% | - |
| HSV(B) | 232.04º | 0.4% | 0.97% | - |
| XYZ | 42.62 | 39.46 | 94.18 | - |
| YUV | 168.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 248 | 0.40 | 0.34 | 0 | 0.03 | 232.04 | 0.88 | 0.78 |
| Hex | 96 | A3 | F8 | 28 | 22 | 0 | 3 | E8 | 58 | 4E |
| Octal | 226 | 243 | 370 | 50 | 42 | 0 | 3 | 350 | 130 | 116 |
| Binary | 10010110 | 10100011 | 11111000 | 101000 | 100010 | 0 | 11 | 11101000 | 1011000 | 1001110 |
Color Harmonies of #96A3F8
Complementary color
Monochromatic Colors of #96A3F8
Black with #96A3F8
Text Example
Text Example
White with #96A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3F8; }
p { color: rgb(150,163,248); }
H1.HeaderClassName
{
color: #96A3F8;
}
.AnyTagClassName
{
color: #96A3F8;
}
</style>
background-color css
<style>
a { background-color: #96A3F8; }
a { background-color: rgb(150,163,248); }
div.DivClassName
{
background-color: #96A3F8;
}
.BgClassName
{
background-color: #96A3F8;
}
</style>
border-color css
<style>
span { border-color: #96A3F8; }
span { border-color: rgb(150,163,248); }
td.TdClassName
{
border-color: #96A3F8;
}
.TagClassName
{
border-color: #96A3F8;
}
</style>