Shades of Portage #97A5DE
Tints of Portage #97A5DE
RGB
CMYK
RGB Variations
Color information
#97A5DE (or 0x97A5DE) is known color: Portage. HEX triplet: 97, A5 and DE. RGB value is (151,165,222). Sum of RGB (Red+Green+Blue) = 151+165+222=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #97A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5DE is #685A21. Grayscale: #A7A7A7. Windows color (decimal): -6838818 or 14591383. OLE color: 14591383.
HSL color Cylindrical-coordinate representation of color #97A5DE: hue angle of 228.17º 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 #97A5DE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 165 | 222 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.13 |
| HSL | 228.17º | 0.52% | 0.73% | - |
| HSV(B) | 228.17º | 0.32% | 0.87% | - |
| XYZ | 39.4 | 38.76 | 74.51 | - |
| YUV | 167.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 222 | 0.32 | 0.26 | 0 | 0.13 | 228.17 | 0.52 | 0.73 |
| Hex | 97 | A5 | DE | 20 | 1A | 0 | D | E4 | 34 | 49 |
| Octal | 227 | 245 | 336 | 40 | 32 | 0 | 15 | 344 | 64 | 111 |
| Binary | 10010111 | 10100101 | 11011110 | 100000 | 11010 | 0 | 1101 | 11100100 | 110100 | 1001001 |
Color Harmonies of #97A5DE
Complementary color
Monochromatic Colors of #97A5DE
Black with #97A5DE
Text Example
Text Example
White with #97A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A5DE; }
p { color: rgb(151,165,222); }
H1.HeaderClassName
{
color: #97A5DE;
}
.AnyTagClassName
{
color: #97A5DE;
}
</style>
background-color css
<style>
a { background-color: #97A5DE; }
a { background-color: rgb(151,165,222); }
div.DivClassName
{
background-color: #97A5DE;
}
.BgClassName
{
background-color: #97A5DE;
}
</style>
border-color css
<style>
span { border-color: #97A5DE; }
span { border-color: rgb(151,165,222); }
td.TdClassName
{
border-color: #97A5DE;
}
.TagClassName
{
border-color: #97A5DE;
}
</style>