Shades of Portage #8B9DF5
Tints of Portage #8B9DF5
RGB
CMYK
RGB Variations
Color information
#8B9DF5 (or 0x8B9DF5) is known color: Portage. HEX triplet: 8B, 9D and F5. RGB value is (139,157,245). Sum of RGB (Red+Green+Blue) = 139+157+245=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B9DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DF5 is #74620A. Grayscale: #A1A1A1. Windows color (decimal): -7627275 or 16096651. OLE color: 16096651.
HSL color Cylindrical-coordinate representation of color #8B9DF5: hue angle of 229.81º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B9DF5 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 157 | 245 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.04 |
| HSL | 229.81º | 0.84% | 0.75% | - |
| HSV(B) | 229.81º | 0.43% | 0.96% | - |
| XYZ | 39.19 | 36.2 | 91.31 | - |
| YUV | 161.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 245 | 0.43 | 0.36 | 0 | 0.04 | 229.81 | 0.84 | 0.75 |
| Hex | 8B | 9D | F5 | 2B | 24 | 0 | 4 | E6 | 54 | 4B |
| Octal | 213 | 235 | 365 | 53 | 44 | 0 | 4 | 346 | 124 | 113 |
| Binary | 10001011 | 10011101 | 11110101 | 101011 | 100100 | 0 | 100 | 11100110 | 1010100 | 1001011 |
Color Harmonies of #8B9DF5
Complementary color
Monochromatic Colors of #8B9DF5
Black with #8B9DF5
Text Example
Text Example
White with #8B9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DF5; }
p { color: rgb(139,157,245); }
H1.HeaderClassName
{
color: #8B9DF5;
}
.AnyTagClassName
{
color: #8B9DF5;
}
</style>
background-color css
<style>
a { background-color: #8B9DF5; }
a { background-color: rgb(139,157,245); }
div.DivClassName
{
background-color: #8B9DF5;
}
.BgClassName
{
background-color: #8B9DF5;
}
</style>
border-color css
<style>
span { border-color: #8B9DF5; }
span { border-color: rgb(139,157,245); }
td.TdClassName
{
border-color: #8B9DF5;
}
.TagClassName
{
border-color: #8B9DF5;
}
</style>