Shades of Perano #97ACF7
Tints of Perano #97ACF7
RGB
CMYK
RGB Variations
Color information
#97ACF7 (or 0x97ACF7) is known color: Perano. HEX triplet: 97, AC and F7. RGB value is (151,172,247). Sum of RGB (Red+Green+Blue) = 151+172+247=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #97ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACF7 is #685308. Grayscale: #ADADAD. Windows color (decimal): -6837001 or 16231575. OLE color: 16231575.
HSL color Cylindrical-coordinate representation of color #97ACF7: hue angle of 226.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97ACF7 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 172 | 247 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.03 |
| HSL | 226.88º | 0.86% | 0.78% | - |
| HSV(B) | 226.88º | 0.39% | 0.97% | - |
| XYZ | 44.3 | 42.8 | 93.92 | - |
| YUV | 174.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 172 | 247 | 0.39 | 0.30 | 0 | 0.03 | 226.88 | 0.86 | 0.78 |
| Hex | 97 | AC | F7 | 27 | 1E | 0 | 3 | E3 | 56 | 4E |
| Octal | 227 | 254 | 367 | 47 | 36 | 0 | 3 | 343 | 126 | 116 |
| Binary | 10010111 | 10101100 | 11110111 | 100111 | 11110 | 0 | 11 | 11100011 | 1010110 | 1001110 |
Color Harmonies of #97ACF7
Complementary color
Monochromatic Colors of #97ACF7
Black with #97ACF7
Text Example
Text Example
White with #97ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACF7; }
p { color: rgb(151,172,247); }
H1.HeaderClassName
{
color: #97ACF7;
}
.AnyTagClassName
{
color: #97ACF7;
}
</style>
background-color css
<style>
a { background-color: #97ACF7; }
a { background-color: rgb(151,172,247); }
div.DivClassName
{
background-color: #97ACF7;
}
.BgClassName
{
background-color: #97ACF7;
}
</style>
border-color css
<style>
span { border-color: #97ACF7; }
span { border-color: rgb(151,172,247); }
td.TdClassName
{
border-color: #97ACF7;
}
.TagClassName
{
border-color: #97ACF7;
}
</style>