Shades of Perano #97A4FB
Tints of Perano #97A4FB
RGB
CMYK
RGB Variations
Color information
#97A4FB (or 0x97A4FB) is known color: Perano. HEX triplet: 97, A4 and FB. RGB value is (151,164,251). Sum of RGB (Red+Green+Blue) = 151+164+251=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #97A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A4FB is #685B04. Grayscale: #A9A9A9. Windows color (decimal): -6839045 or 16491671. OLE color: 16491671.
HSL color Cylindrical-coordinate representation of color #97A4FB: hue angle of 232.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A4FB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 164 | 251 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.02 |
| HSL | 232.2º | 0.93% | 0.79% | - |
| HSV(B) | 232.2º | 0.4% | 0.98% | - |
| XYZ | 43.45 | 40.1 | 96.72 | - |
| YUV | 170.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 164 | 251 | 0.40 | 0.35 | 0 | 0.02 | 232.2 | 0.93 | 0.79 |
| Hex | 97 | A4 | FB | 28 | 23 | 0 | 2 | E8 | 5D | 4F |
| Octal | 227 | 244 | 373 | 50 | 43 | 0 | 2 | 350 | 135 | 117 |
| Binary | 10010111 | 10100100 | 11111011 | 101000 | 100011 | 0 | 10 | 11101000 | 1011101 | 1001111 |
Color Harmonies of #97A4FB
Complementary color
Monochromatic Colors of #97A4FB
Black with #97A4FB
Text Example
Text Example
White with #97A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A4FB; }
p { color: rgb(151,164,251); }
H1.HeaderClassName
{
color: #97A4FB;
}
.AnyTagClassName
{
color: #97A4FB;
}
</style>
background-color css
<style>
a { background-color: #97A4FB; }
a { background-color: rgb(151,164,251); }
div.DivClassName
{
background-color: #97A4FB;
}
.BgClassName
{
background-color: #97A4FB;
}
</style>
border-color css
<style>
span { border-color: #97A4FB; }
span { border-color: rgb(151,164,251); }
td.TdClassName
{
border-color: #97A4FB;
}
.TagClassName
{
border-color: #97A4FB;
}
</style>