Shades of Perano #96A7F0
Tints of Perano #96A7F0
RGB
CMYK
RGB Variations
Color information
#96A7F0 (or 0x96A7F0) is known color: Perano. HEX triplet: 96, A7 and F0. RGB value is (150,167,240). Sum of RGB (Red+Green+Blue) = 150+167+240=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #96A7F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A7F0 is #69580F. Grayscale: #A9A9A9. Windows color (decimal): -6903824 or 15771542. OLE color: 15771542.
HSL color Cylindrical-coordinate representation of color #96A7F0: hue angle of 228.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A7F0 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 167 | 240 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.06 |
| HSL | 228.67º | 0.75% | 0.76% | - |
| HSV(B) | 228.67º | 0.38% | 0.94% | - |
| XYZ | 42.12 | 40.41 | 88.02 | - |
| YUV | 170.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 240 | 0.37 | 0.30 | 0 | 0.06 | 228.67 | 0.75 | 0.76 |
| Hex | 96 | A7 | F0 | 25 | 1E | 0 | 6 | E5 | 4B | 4C |
| Octal | 226 | 247 | 360 | 45 | 36 | 0 | 6 | 345 | 113 | 114 |
| Binary | 10010110 | 10100111 | 11110000 | 100101 | 11110 | 0 | 110 | 11100101 | 1001011 | 1001100 |
Color Harmonies of #96A7F0
Complementary color
Monochromatic Colors of #96A7F0
Black with #96A7F0
Text Example
Text Example
White with #96A7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7F0; }
p { color: rgb(150,167,240); }
H1.HeaderClassName
{
color: #96A7F0;
}
.AnyTagClassName
{
color: #96A7F0;
}
</style>
background-color css
<style>
a { background-color: #96A7F0; }
a { background-color: rgb(150,167,240); }
div.DivClassName
{
background-color: #96A7F0;
}
.BgClassName
{
background-color: #96A7F0;
}
</style>
border-color css
<style>
span { border-color: #96A7F0; }
span { border-color: rgb(150,167,240); }
td.TdClassName
{
border-color: #96A7F0;
}
.TagClassName
{
border-color: #96A7F0;
}
</style>