Shades of Portage #8A8FCB
Tints of Portage #8A8FCB
RGB
CMYK
RGB Variations
Color information
#8A8FCB (or 0x8A8FCB) is known color: Portage. HEX triplet: 8A, 8F and CB. RGB value is (138,143,203). Sum of RGB (Red+Green+Blue) = 138+143+203=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCB is #757034. Grayscale: #949494. Windows color (decimal): -7696437 or 13340554. OLE color: 13340554.
HSL color Cylindrical-coordinate representation of color #8A8FCB: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8FCB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 143 | 203 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.20 |
| HSL | 235.38º | 0.38% | 0.67% | - |
| HSV(B) | 235.38º | 0.32% | 0.8% | - |
| XYZ | 31.08 | 29.36 | 60.53 | - |
| YUV | 148.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 203 | 0.32 | 0.30 | 0 | 0.20 | 235.38 | 0.38 | 0.67 |
| Hex | 8A | 8F | CB | 20 | 1E | 0 | 14 | EB | 26 | 43 |
| Octal | 212 | 217 | 313 | 40 | 36 | 0 | 24 | 353 | 46 | 103 |
| Binary | 10001010 | 10001111 | 11001011 | 100000 | 11110 | 0 | 10100 | 11101011 | 100110 | 1000011 |
Color Harmonies of #8A8FCB
Complementary color
Monochromatic Colors of #8A8FCB
Black with #8A8FCB
Text Example
Text Example
White with #8A8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FCB; }
p { color: rgb(138,143,203); }
H1.HeaderClassName
{
color: #8A8FCB;
}
.AnyTagClassName
{
color: #8A8FCB;
}
</style>
background-color css
<style>
a { background-color: #8A8FCB; }
a { background-color: rgb(138,143,203); }
div.DivClassName
{
background-color: #8A8FCB;
}
.BgClassName
{
background-color: #8A8FCB;
}
</style>
border-color css
<style>
span { border-color: #8A8FCB; }
span { border-color: rgb(138,143,203); }
td.TdClassName
{
border-color: #8A8FCB;
}
.TagClassName
{
border-color: #8A8FCB;
}
</style>