Shades of Perano #96A8EF
Tints of Perano #96A8EF
RGB
CMYK
RGB Variations
Color information
#96A8EF (or 0x96A8EF) is known color: Perano. HEX triplet: 96, A8 and EF. RGB value is (150,168,239). Sum of RGB (Red+Green+Blue) = 150+168+239=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #96A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8EF is #695710. Grayscale: #AAAAAA. Windows color (decimal): -6903569 or 15706262. OLE color: 15706262.
HSL color Cylindrical-coordinate representation of color #96A8EF: hue angle of 227.87º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A8EF is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 168 | 239 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.06 |
| HSL | 227.87º | 0.74% | 0.76% | - |
| HSV(B) | 227.87º | 0.37% | 0.94% | - |
| XYZ | 42.16 | 40.72 | 87.3 | - |
| YUV | 170.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 239 | 0.37 | 0.30 | 0 | 0.06 | 227.87 | 0.74 | 0.76 |
| Hex | 96 | A8 | EF | 25 | 1E | 0 | 6 | E4 | 4A | 4C |
| Octal | 226 | 250 | 357 | 45 | 36 | 0 | 6 | 344 | 112 | 114 |
| Binary | 10010110 | 10101000 | 11101111 | 100101 | 11110 | 0 | 110 | 11100100 | 1001010 | 1001100 |
Color Harmonies of #96A8EF
Complementary color
Monochromatic Colors of #96A8EF
Black with #96A8EF
Text Example
Text Example
White with #96A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8EF; }
p { color: rgb(150,168,239); }
H1.HeaderClassName
{
color: #96A8EF;
}
.AnyTagClassName
{
color: #96A8EF;
}
</style>
background-color css
<style>
a { background-color: #96A8EF; }
a { background-color: rgb(150,168,239); }
div.DivClassName
{
background-color: #96A8EF;
}
.BgClassName
{
background-color: #96A8EF;
}
</style>
border-color css
<style>
span { border-color: #96A8EF; }
span { border-color: rgb(150,168,239); }
td.TdClassName
{
border-color: #96A8EF;
}
.TagClassName
{
border-color: #96A8EF;
}
</style>