Shades of Perano #96A8FD
Tints of Perano #96A8FD
RGB
CMYK
RGB Variations
Color information
#96A8FD (or 0x96A8FD) is known color: Perano. HEX triplet: 96, A8 and FD. RGB value is (150,168,253). Sum of RGB (Red+Green+Blue) = 150+168+253=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #96A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8FD is #695702. Grayscale: #ABABAB. Windows color (decimal): -6903555 or 16623766. OLE color: 16623766.
HSL color Cylindrical-coordinate representation of color #96A8FD: hue angle of 229.51º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A8FD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 168 | 253 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.01 |
| HSL | 229.51º | 0.96% | 0.79% | - |
| HSV(B) | 229.51º | 0.41% | 0.99% | - |
| XYZ | 44.31 | 41.58 | 98.62 | - |
| YUV | 172.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 253 | 0.41 | 0.34 | 0 | 0.01 | 229.51 | 0.96 | 0.79 |
| Hex | 96 | A8 | FD | 29 | 22 | 0 | 1 | E6 | 60 | 4F |
| Octal | 226 | 250 | 375 | 51 | 42 | 0 | 1 | 346 | 140 | 117 |
| Binary | 10010110 | 10101000 | 11111101 | 101001 | 100010 | 0 | 1 | 11100110 | 1100000 | 1001111 |
Color Harmonies of #96A8FD
Complementary color
Monochromatic Colors of #96A8FD
Black with #96A8FD
Text Example
Text Example
White with #96A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8FD; }
p { color: rgb(150,168,253); }
H1.HeaderClassName
{
color: #96A8FD;
}
.AnyTagClassName
{
color: #96A8FD;
}
</style>
background-color css
<style>
a { background-color: #96A8FD; }
a { background-color: rgb(150,168,253); }
div.DivClassName
{
background-color: #96A8FD;
}
.BgClassName
{
background-color: #96A8FD;
}
</style>
border-color css
<style>
span { border-color: #96A8FD; }
span { border-color: rgb(150,168,253); }
td.TdClassName
{
border-color: #96A8FD;
}
.TagClassName
{
border-color: #96A8FD;
}
</style>