Shades of Portage #97A2DF
Tints of Portage #97A2DF
RGB
CMYK
RGB Variations
Color information
#97A2DF (or 0x97A2DF) is known color: Portage. HEX triplet: 97, A2 and DF. RGB value is (151,162,223). Sum of RGB (Red+Green+Blue) = 151+162+223=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #97A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A2DF is #685D20. Grayscale: #A5A5A5. Windows color (decimal): -6839585 or 14656151. OLE color: 14656151.
HSL color Cylindrical-coordinate representation of color #97A2DF: hue angle of 230.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A2DF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 162 | 223 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.13 |
| HSL | 230.83º | 0.53% | 0.73% | - |
| HSV(B) | 230.83º | 0.32% | 0.87% | - |
| XYZ | 39 | 37.75 | 75.04 | - |
| YUV | 165.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 223 | 0.32 | 0.27 | 0 | 0.13 | 230.83 | 0.53 | 0.73 |
| Hex | 97 | A2 | DF | 20 | 1B | 0 | D | E7 | 35 | 49 |
| Octal | 227 | 242 | 337 | 40 | 33 | 0 | 15 | 347 | 65 | 111 |
| Binary | 10010111 | 10100010 | 11011111 | 100000 | 11011 | 0 | 1101 | 11100111 | 110101 | 1001001 |
Color Harmonies of #97A2DF
Complementary color
Monochromatic Colors of #97A2DF
Black with #97A2DF
Text Example
Text Example
White with #97A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2DF; }
p { color: rgb(151,162,223); }
H1.HeaderClassName
{
color: #97A2DF;
}
.AnyTagClassName
{
color: #97A2DF;
}
</style>
background-color css
<style>
a { background-color: #97A2DF; }
a { background-color: rgb(151,162,223); }
div.DivClassName
{
background-color: #97A2DF;
}
.BgClassName
{
background-color: #97A2DF;
}
</style>
border-color css
<style>
span { border-color: #97A2DF; }
span { border-color: rgb(151,162,223); }
td.TdClassName
{
border-color: #97A2DF;
}
.TagClassName
{
border-color: #97A2DF;
}
</style>