Shades of Perano #97A9FE
Tints of Perano #97A9FE
RGB
CMYK
RGB Variations
Color information
#97A9FE (or 0x97A9FE) is known color: Perano. HEX triplet: 97, A9 and FE. RGB value is (151,169,254). Sum of RGB (Red+Green+Blue) = 151+169+254=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #97A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A9FE is #685601. Grayscale: #ACACAC. Windows color (decimal): -6837762 or 16689559. OLE color: 16689559.
HSL color Cylindrical-coordinate representation of color #97A9FE: hue angle of 229.51º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97A9FE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 169 | 254 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.00 |
| HSL | 229.51º | 0.98% | 0.79% | - |
| HSV(B) | 229.51º | 0.41% | 1% | - |
| XYZ | 44.84 | 42.11 | 99.53 | - |
| YUV | 173.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 169 | 254 | 0.41 | 0.33 | 0 | 0.00 | 229.51 | 0.98 | 0.79 |
| Hex | 97 | A9 | FE | 29 | 21 | 0 | 0 | E6 | 62 | 4F |
| Octal | 227 | 251 | 376 | 51 | 41 | 0 | 0 | 346 | 142 | 117 |
| Binary | 10010111 | 10101001 | 11111110 | 101001 | 100001 | 0 | 0 | 11100110 | 1100010 | 1001111 |
Color Harmonies of #97A9FE
Complementary color
Monochromatic Colors of #97A9FE
Black with #97A9FE
Text Example
Text Example
White with #97A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A9FE; }
p { color: rgb(151,169,254); }
H1.HeaderClassName
{
color: #97A9FE;
}
.AnyTagClassName
{
color: #97A9FE;
}
</style>
background-color css
<style>
a { background-color: #97A9FE; }
a { background-color: rgb(151,169,254); }
div.DivClassName
{
background-color: #97A9FE;
}
.BgClassName
{
background-color: #97A9FE;
}
</style>
border-color css
<style>
span { border-color: #97A9FE; }
span { border-color: rgb(151,169,254); }
td.TdClassName
{
border-color: #97A9FE;
}
.TagClassName
{
border-color: #97A9FE;
}
</style>