Shades of Perano #97A9EA
Tints of Perano #97A9EA
RGB
CMYK
RGB Variations
Color information
#97A9EA (or 0x97A9EA) is known color: Perano. HEX triplet: 97, A9 and EA. RGB value is (151,169,234). Sum of RGB (Red+Green+Blue) = 151+169+234=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #97A9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A9EA is #685615. Grayscale: #AAAAAA. Windows color (decimal): -6837782 or 15378839. OLE color: 15378839.
HSL color Cylindrical-coordinate representation of color #97A9EA: hue angle of 226.99º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97A9EA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 169 | 234 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.08 |
| HSL | 226.99º | 0.66% | 0.75% | - |
| HSV(B) | 226.99º | 0.35% | 0.92% | - |
| XYZ | 41.8 | 40.9 | 83.53 | - |
| YUV | 171.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 169 | 234 | 0.35 | 0.28 | 0 | 0.08 | 226.99 | 0.66 | 0.75 |
| Hex | 97 | A9 | EA | 23 | 1C | 0 | 8 | E3 | 42 | 4B |
| Octal | 227 | 251 | 352 | 43 | 34 | 0 | 10 | 343 | 102 | 113 |
| Binary | 10010111 | 10101001 | 11101010 | 100011 | 11100 | 0 | 1000 | 11100011 | 1000010 | 1001011 |
Color Harmonies of #97A9EA
Complementary color
Monochromatic Colors of #97A9EA
Black with #97A9EA
Text Example
Text Example
White with #97A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A9EA; }
p { color: rgb(151,169,234); }
H1.HeaderClassName
{
color: #97A9EA;
}
.AnyTagClassName
{
color: #97A9EA;
}
</style>
background-color css
<style>
a { background-color: #97A9EA; }
a { background-color: rgb(151,169,234); }
div.DivClassName
{
background-color: #97A9EA;
}
.BgClassName
{
background-color: #97A9EA;
}
</style>
border-color css
<style>
span { border-color: #97A9EA; }
span { border-color: rgb(151,169,234); }
td.TdClassName
{
border-color: #97A9EA;
}
.TagClassName
{
border-color: #97A9EA;
}
</style>