Shades of Portage #97A4EA
Tints of Portage #97A4EA
RGB
CMYK
RGB Variations
Color information
#97A4EA (or 0x97A4EA) is known color: Portage. HEX triplet: 97, A4 and EA. RGB value is (151,164,234). Sum of RGB (Red+Green+Blue) = 151+164+234=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #97A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A4EA is #685B15. Grayscale: #A7A7A7. Windows color (decimal): -6839062 or 15377559. OLE color: 15377559.
HSL color Cylindrical-coordinate representation of color #97A4EA: hue angle of 230.6º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97A4EA is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 164 | 234 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.08 |
| HSL | 230.6º | 0.66% | 0.75% | - |
| HSV(B) | 230.6º | 0.35% | 0.92% | - |
| XYZ | 40.89 | 39.07 | 83.23 | - |
| YUV | 168.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 164 | 234 | 0.35 | 0.30 | 0 | 0.08 | 230.6 | 0.66 | 0.75 |
| Hex | 97 | A4 | EA | 23 | 1E | 0 | 8 | E7 | 42 | 4B |
| Octal | 227 | 244 | 352 | 43 | 36 | 0 | 10 | 347 | 102 | 113 |
| Binary | 10010111 | 10100100 | 11101010 | 100011 | 11110 | 0 | 1000 | 11100111 | 1000010 | 1001011 |
Color Harmonies of #97A4EA
Complementary color
Monochromatic Colors of #97A4EA
Black with #97A4EA
Text Example
Text Example
White with #97A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A4EA; }
p { color: rgb(151,164,234); }
H1.HeaderClassName
{
color: #97A4EA;
}
.AnyTagClassName
{
color: #97A4EA;
}
</style>
background-color css
<style>
a { background-color: #97A4EA; }
a { background-color: rgb(151,164,234); }
div.DivClassName
{
background-color: #97A4EA;
}
.BgClassName
{
background-color: #97A4EA;
}
</style>
border-color css
<style>
span { border-color: #97A4EA; }
span { border-color: rgb(151,164,234); }
td.TdClassName
{
border-color: #97A4EA;
}
.TagClassName
{
border-color: #97A4EA;
}
</style>