Shades of Portage #8A9CFD
Tints of Portage #8A9CFD
RGB
CMYK
RGB Variations
Color information
#8A9CFD (or 0x8A9CFD) is known color: Portage. HEX triplet: 8A, 9C and FD. RGB value is (138,156,253). Sum of RGB (Red+Green+Blue) = 138+156+253=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9CFD is #756302. Grayscale: #A1A1A1. Windows color (decimal): -7693059 or 16620682. OLE color: 16620682.
HSL color Cylindrical-coordinate representation of color #8A9CFD: hue angle of 230.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9CFD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 156 | 253 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.01 |
| HSL | 230.61º | 0.97% | 0.77% | - |
| HSV(B) | 230.61º | 0.45% | 0.99% | - |
| XYZ | 40.1 | 36.27 | 97.82 | - |
| YUV | 161.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 253 | 0.45 | 0.38 | 0 | 0.01 | 230.61 | 0.97 | 0.77 |
| Hex | 8A | 9C | FD | 2D | 26 | 0 | 1 | E7 | 61 | 4D |
| Octal | 212 | 234 | 375 | 55 | 46 | 0 | 1 | 347 | 141 | 115 |
| Binary | 10001010 | 10011100 | 11111101 | 101101 | 100110 | 0 | 1 | 11100111 | 1100001 | 1001101 |
Color Harmonies of #8A9CFD
Complementary color
Monochromatic Colors of #8A9CFD
Black with #8A9CFD
Text Example
Text Example
White with #8A9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9CFD; }
p { color: rgb(138,156,253); }
H1.HeaderClassName
{
color: #8A9CFD;
}
.AnyTagClassName
{
color: #8A9CFD;
}
</style>
background-color css
<style>
a { background-color: #8A9CFD; }
a { background-color: rgb(138,156,253); }
div.DivClassName
{
background-color: #8A9CFD;
}
.BgClassName
{
background-color: #8A9CFD;
}
</style>
border-color css
<style>
span { border-color: #8A9CFD; }
span { border-color: rgb(138,156,253); }
td.TdClassName
{
border-color: #8A9CFD;
}
.TagClassName
{
border-color: #8A9CFD;
}
</style>