Shades of Perano #96A7F2
Tints of Perano #96A7F2
RGB
CMYK
RGB Variations
Color information
#96A7F2 (or 0x96A7F2) is known color: Perano. HEX triplet: 96, A7 and F2. RGB value is (150,167,242). Sum of RGB (Red+Green+Blue) = 150+167+242=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #96A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A7F2 is #69580D. Grayscale: #AAAAAA. Windows color (decimal): -6903822 or 15902614. OLE color: 15902614.
HSL color Cylindrical-coordinate representation of color #96A7F2: hue angle of 228.91º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A7F2 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 167 | 242 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.05 |
| HSL | 228.91º | 0.78% | 0.77% | - |
| HSV(B) | 228.91º | 0.38% | 0.95% | - |
| XYZ | 42.42 | 40.53 | 89.59 | - |
| YUV | 170.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 242 | 0.38 | 0.31 | 0 | 0.05 | 228.91 | 0.78 | 0.77 |
| Hex | 96 | A7 | F2 | 26 | 1F | 0 | 5 | E5 | 4E | 4D |
| Octal | 226 | 247 | 362 | 46 | 37 | 0 | 5 | 345 | 116 | 115 |
| Binary | 10010110 | 10100111 | 11110010 | 100110 | 11111 | 0 | 101 | 11100101 | 1001110 | 1001101 |
Color Harmonies of #96A7F2
Complementary color
Monochromatic Colors of #96A7F2
Black with #96A7F2
Text Example
Text Example
White with #96A7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7F2; }
p { color: rgb(150,167,242); }
H1.HeaderClassName
{
color: #96A7F2;
}
.AnyTagClassName
{
color: #96A7F2;
}
</style>
background-color css
<style>
a { background-color: #96A7F2; }
a { background-color: rgb(150,167,242); }
div.DivClassName
{
background-color: #96A7F2;
}
.BgClassName
{
background-color: #96A7F2;
}
</style>
border-color css
<style>
span { border-color: #96A7F2; }
span { border-color: rgb(150,167,242); }
td.TdClassName
{
border-color: #96A7F2;
}
.TagClassName
{
border-color: #96A7F2;
}
</style>