Shades of Portage #97A0F3
Tints of Portage #97A0F3
RGB
CMYK
RGB Variations
Color information
#97A0F3 (or 0x97A0F3) is known color: Portage. HEX triplet: 97, A0 and F3. RGB value is (151,160,243). Sum of RGB (Red+Green+Blue) = 151+160+243=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #97A0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A0F3 is #685F0C. Grayscale: #A6A6A6. Windows color (decimal): -6840077 or 15966359. OLE color: 15966359.
HSL color Cylindrical-coordinate representation of color #97A0F3: hue angle of 234.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97A0F3 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 160 | 243 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.05 |
| HSL | 234.13º | 0.79% | 0.77% | - |
| HSV(B) | 234.13º | 0.38% | 0.95% | - |
| XYZ | 41.51 | 38.19 | 89.98 | - |
| YUV | 166.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 243 | 0.38 | 0.34 | 0 | 0.05 | 234.13 | 0.79 | 0.77 |
| Hex | 97 | A0 | F3 | 26 | 22 | 0 | 5 | EA | 4F | 4D |
| Octal | 227 | 240 | 363 | 46 | 42 | 0 | 5 | 352 | 117 | 115 |
| Binary | 10010111 | 10100000 | 11110011 | 100110 | 100010 | 0 | 101 | 11101010 | 1001111 | 1001101 |
Color Harmonies of #97A0F3
Complementary color
Monochromatic Colors of #97A0F3
Black with #97A0F3
Text Example
Text Example
White with #97A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A0F3; }
p { color: rgb(151,160,243); }
H1.HeaderClassName
{
color: #97A0F3;
}
.AnyTagClassName
{
color: #97A0F3;
}
</style>
background-color css
<style>
a { background-color: #97A0F3; }
a { background-color: rgb(151,160,243); }
div.DivClassName
{
background-color: #97A0F3;
}
.BgClassName
{
background-color: #97A0F3;
}
</style>
border-color css
<style>
span { border-color: #97A0F3; }
span { border-color: rgb(151,160,243); }
td.TdClassName
{
border-color: #97A0F3;
}
.TagClassName
{
border-color: #97A0F3;
}
</style>