Shades of Portage #97A5EF
Tints of Portage #97A5EF
RGB
CMYK
RGB Variations
Color information
#97A5EF (or 0x97A5EF) is known color: Portage. HEX triplet: 97, A5 and EF. RGB value is (151,165,239). Sum of RGB (Red+Green+Blue) = 151+165+239=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #97A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A5EF is #685A10. Grayscale: #A8A8A8. Windows color (decimal): -6838801 or 15705495. OLE color: 15705495.
HSL color Cylindrical-coordinate representation of color #97A5EF: hue angle of 230.45º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97A5EF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 165 | 239 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.06 |
| HSL | 230.45º | 0.73% | 0.76% | - |
| HSV(B) | 230.45º | 0.37% | 0.94% | - |
| XYZ | 41.8 | 39.72 | 87.13 | - |
| YUV | 169.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 239 | 0.37 | 0.31 | 0 | 0.06 | 230.45 | 0.73 | 0.76 |
| Hex | 97 | A5 | EF | 25 | 1F | 0 | 6 | E6 | 49 | 4C |
| Octal | 227 | 245 | 357 | 45 | 37 | 0 | 6 | 346 | 111 | 114 |
| Binary | 10010111 | 10100101 | 11101111 | 100101 | 11111 | 0 | 110 | 11100110 | 1001001 | 1001100 |
Color Harmonies of #97A5EF
Complementary color
Monochromatic Colors of #97A5EF
Black with #97A5EF
Text Example
Text Example
White with #97A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A5EF; }
p { color: rgb(151,165,239); }
H1.HeaderClassName
{
color: #97A5EF;
}
.AnyTagClassName
{
color: #97A5EF;
}
</style>
background-color css
<style>
a { background-color: #97A5EF; }
a { background-color: rgb(151,165,239); }
div.DivClassName
{
background-color: #97A5EF;
}
.BgClassName
{
background-color: #97A5EF;
}
</style>
border-color css
<style>
span { border-color: #97A5EF; }
span { border-color: rgb(151,165,239); }
td.TdClassName
{
border-color: #97A5EF;
}
.TagClassName
{
border-color: #97A5EF;
}
</style>