Shades of Portage #899CFD
Tints of Portage #899CFD
RGB
CMYK
RGB Variations
Color information
#899CFD (or 0x899CFD) is known color: Portage. HEX triplet: 89, 9C and FD. RGB value is (137,156,253). Sum of RGB (Red+Green+Blue) = 137+156+253=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #899CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CFD is #766302. Grayscale: #A0A0A0. Windows color (decimal): -7758595 or 16620681. OLE color: 16620681.
HSL color Cylindrical-coordinate representation of color #899CFD: hue angle of 230.17º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899CFD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 156 | 253 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.01 |
| HSL | 230.17º | 0.97% | 0.76% | - |
| HSV(B) | 230.17º | 0.46% | 0.99% | - |
| XYZ | 39.93 | 36.19 | 97.81 | - |
| YUV | 161.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 253 | 0.46 | 0.38 | 0 | 0.01 | 230.17 | 0.97 | 0.76 |
| Hex | 89 | 9C | FD | 2E | 26 | 0 | 1 | E6 | 61 | 4C |
| Octal | 211 | 234 | 375 | 56 | 46 | 0 | 1 | 346 | 141 | 114 |
| Binary | 10001001 | 10011100 | 11111101 | 101110 | 100110 | 0 | 1 | 11100110 | 1100001 | 1001100 |
Color Harmonies of #899CFD
Complementary color
Monochromatic Colors of #899CFD
Black with #899CFD
Text Example
Text Example
White with #899CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CFD; }
p { color: rgb(137,156,253); }
H1.HeaderClassName
{
color: #899CFD;
}
.AnyTagClassName
{
color: #899CFD;
}
</style>
background-color css
<style>
a { background-color: #899CFD; }
a { background-color: rgb(137,156,253); }
div.DivClassName
{
background-color: #899CFD;
}
.BgClassName
{
background-color: #899CFD;
}
</style>
border-color css
<style>
span { border-color: #899CFD; }
span { border-color: rgb(137,156,253); }
td.TdClassName
{
border-color: #899CFD;
}
.TagClassName
{
border-color: #899CFD;
}
</style>