Shades of Portage #97A3E4
Tints of Portage #97A3E4
RGB
CMYK
RGB Variations
Color information
#97A3E4 (or 0x97A3E4) is known color: Portage. HEX triplet: 97, A3 and E4. RGB value is (151,163,228). Sum of RGB (Red+Green+Blue) = 151+163+228=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #97A3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A3E4 is #685C1B. Grayscale: #A6A6A6. Windows color (decimal): -6839324 or 14984087. OLE color: 14984087.
HSL color Cylindrical-coordinate representation of color #97A3E4: hue angle of 230.65º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97A3E4 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 163 | 228 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.11 |
| HSL | 230.65º | 0.59% | 0.74% | - |
| HSV(B) | 230.65º | 0.34% | 0.89% | - |
| XYZ | 39.86 | 38.38 | 78.7 | - |
| YUV | 166.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 228 | 0.34 | 0.29 | 0 | 0.11 | 230.65 | 0.59 | 0.74 |
| Hex | 97 | A3 | E4 | 22 | 1D | 0 | B | E7 | 3B | 4A |
| Octal | 227 | 243 | 344 | 42 | 35 | 0 | 13 | 347 | 73 | 112 |
| Binary | 10010111 | 10100011 | 11100100 | 100010 | 11101 | 0 | 1011 | 11100111 | 111011 | 1001010 |
Color Harmonies of #97A3E4
Complementary color
Monochromatic Colors of #97A3E4
Black with #97A3E4
Text Example
Text Example
White with #97A3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A3E4; }
p { color: rgb(151,163,228); }
H1.HeaderClassName
{
color: #97A3E4;
}
.AnyTagClassName
{
color: #97A3E4;
}
</style>
background-color css
<style>
a { background-color: #97A3E4; }
a { background-color: rgb(151,163,228); }
div.DivClassName
{
background-color: #97A3E4;
}
.BgClassName
{
background-color: #97A3E4;
}
</style>
border-color css
<style>
span { border-color: #97A3E4; }
span { border-color: rgb(151,163,228); }
td.TdClassName
{
border-color: #97A3E4;
}
.TagClassName
{
border-color: #97A3E4;
}
</style>