Shades of Portage #97A2DE
Tints of Portage #97A2DE
RGB
CMYK
RGB Variations
Color information
#97A2DE (or 0x97A2DE) is known color: Portage. HEX triplet: 97, A2 and DE. RGB value is (151,162,222). Sum of RGB (Red+Green+Blue) = 151+162+222=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #97A2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A2DE is #685D21. Grayscale: #A5A5A5. Windows color (decimal): -6839586 or 14590615. OLE color: 14590615.
HSL color Cylindrical-coordinate representation of color #97A2DE: hue angle of 230.7º degrees, saturation: 0.52, 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 #97A2DE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 162 | 222 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.13 |
| HSL | 230.7º | 0.52% | 0.73% | - |
| HSV(B) | 230.7º | 0.32% | 0.87% | - |
| XYZ | 38.87 | 37.69 | 74.33 | - |
| YUV | 165.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 222 | 0.32 | 0.27 | 0 | 0.13 | 230.7 | 0.52 | 0.73 |
| Hex | 97 | A2 | DE | 20 | 1B | 0 | D | E7 | 34 | 49 |
| Octal | 227 | 242 | 336 | 40 | 33 | 0 | 15 | 347 | 64 | 111 |
| Binary | 10010111 | 10100010 | 11011110 | 100000 | 11011 | 0 | 1101 | 11100111 | 110100 | 1001001 |
Color Harmonies of #97A2DE
Complementary color
Monochromatic Colors of #97A2DE
Black with #97A2DE
Text Example
Text Example
White with #97A2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2DE; }
p { color: rgb(151,162,222); }
H1.HeaderClassName
{
color: #97A2DE;
}
.AnyTagClassName
{
color: #97A2DE;
}
</style>
background-color css
<style>
a { background-color: #97A2DE; }
a { background-color: rgb(151,162,222); }
div.DivClassName
{
background-color: #97A2DE;
}
.BgClassName
{
background-color: #97A2DE;
}
</style>
border-color css
<style>
span { border-color: #97A2DE; }
span { border-color: rgb(151,162,222); }
td.TdClassName
{
border-color: #97A2DE;
}
.TagClassName
{
border-color: #97A2DE;
}
</style>