Shades of Portage #8995F3
Tints of Portage #8995F3
RGB
CMYK
RGB Variations
Color information
#8995F3 (or 0x8995F3) is known color: Portage. HEX triplet: 89, 95 and F3. RGB value is (137,149,243). Sum of RGB (Red+Green+Blue) = 137+149+243=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #8995F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8995F3 is #766A0C. Grayscale: #9B9B9B. Windows color (decimal): -7760397 or 15963529. OLE color: 15963529.
HSL color Cylindrical-coordinate representation of color #8995F3: hue angle of 233.21º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8995F3 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 149 | 243 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.05 |
| HSL | 233.21º | 0.82% | 0.75% | - |
| HSV(B) | 233.21º | 0.44% | 0.95% | - |
| XYZ | 37.24 | 33.28 | 89.26 | - |
| YUV | 156.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 243 | 0.44 | 0.39 | 0 | 0.05 | 233.21 | 0.82 | 0.75 |
| Hex | 89 | 95 | F3 | 2C | 27 | 0 | 5 | E9 | 52 | 4B |
| Octal | 211 | 225 | 363 | 54 | 47 | 0 | 5 | 351 | 122 | 113 |
| Binary | 10001001 | 10010101 | 11110011 | 101100 | 100111 | 0 | 101 | 11101001 | 1010010 | 1001011 |
Color Harmonies of #8995F3
Complementary color
Monochromatic Colors of #8995F3
Black with #8995F3
Text Example
Text Example
White with #8995F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995F3; }
p { color: rgb(137,149,243); }
H1.HeaderClassName
{
color: #8995F3;
}
.AnyTagClassName
{
color: #8995F3;
}
</style>
background-color css
<style>
a { background-color: #8995F3; }
a { background-color: rgb(137,149,243); }
div.DivClassName
{
background-color: #8995F3;
}
.BgClassName
{
background-color: #8995F3;
}
</style>
border-color css
<style>
span { border-color: #8995F3; }
span { border-color: rgb(137,149,243); }
td.TdClassName
{
border-color: #8995F3;
}
.TagClassName
{
border-color: #8995F3;
}
</style>