Shades of Portage #8594FB
Tints of Portage #8594FB
RGB
CMYK
RGB Variations
Color information
#8594FB (or 0x8594FB) is known color: Portage. HEX triplet: 85, 94 and FB. RGB value is (133,148,251). Sum of RGB (Red+Green+Blue) = 133+148+251=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #8594FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594FB is #7A6B04. Grayscale: #9A9A9A. Windows color (decimal): -8022789 or 16487557. OLE color: 16487557.
HSL color Cylindrical-coordinate representation of color #8594FB: hue angle of 232.37º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8594FB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 148 | 251 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.02 |
| HSL | 232.37º | 0.94% | 0.75% | - |
| HSV(B) | 232.37º | 0.47% | 0.98% | - |
| XYZ | 37.68 | 33.13 | 95.68 | - |
| YUV | 155.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 251 | 0.47 | 0.41 | 0 | 0.02 | 232.37 | 0.94 | 0.75 |
| Hex | 85 | 94 | FB | 2F | 29 | 0 | 2 | E8 | 5E | 4B |
| Octal | 205 | 224 | 373 | 57 | 51 | 0 | 2 | 350 | 136 | 113 |
| Binary | 10000101 | 10010100 | 11111011 | 101111 | 101001 | 0 | 10 | 11101000 | 1011110 | 1001011 |
Color Harmonies of #8594FB
Complementary color
Monochromatic Colors of #8594FB
Black with #8594FB
Text Example
Text Example
White with #8594FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594FB; }
p { color: rgb(133,148,251); }
H1.HeaderClassName
{
color: #8594FB;
}
.AnyTagClassName
{
color: #8594FB;
}
</style>
background-color css
<style>
a { background-color: #8594FB; }
a { background-color: rgb(133,148,251); }
div.DivClassName
{
background-color: #8594FB;
}
.BgClassName
{
background-color: #8594FB;
}
</style>
border-color css
<style>
span { border-color: #8594FB; }
span { border-color: rgb(133,148,251); }
td.TdClassName
{
border-color: #8594FB;
}
.TagClassName
{
border-color: #8594FB;
}
</style>