Shades of Portage #8B9DF2
Tints of Portage #8B9DF2
RGB
CMYK
RGB Variations
Color information
#8B9DF2 (or 0x8B9DF2) is known color: Portage. HEX triplet: 8B, 9D and F2. RGB value is (139,157,242). Sum of RGB (Red+Green+Blue) = 139+157+242=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B9DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9DF2 is #74620D. Grayscale: #A0A0A0. Windows color (decimal): -7627278 or 15900043. OLE color: 15900043.
HSL color Cylindrical-coordinate representation of color #8B9DF2: hue angle of 229.51º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B9DF2 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 157 | 242 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.05 |
| HSL | 229.51º | 0.8% | 0.75% | - |
| HSV(B) | 229.51º | 0.43% | 0.95% | - |
| XYZ | 38.73 | 36.01 | 88.91 | - |
| YUV | 161.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 242 | 0.43 | 0.35 | 0 | 0.05 | 229.51 | 0.8 | 0.75 |
| Hex | 8B | 9D | F2 | 2B | 23 | 0 | 5 | E6 | 50 | 4B |
| Octal | 213 | 235 | 362 | 53 | 43 | 0 | 5 | 346 | 120 | 113 |
| Binary | 10001011 | 10011101 | 11110010 | 101011 | 100011 | 0 | 101 | 11100110 | 1010000 | 1001011 |
Color Harmonies of #8B9DF2
Complementary color
Monochromatic Colors of #8B9DF2
Black with #8B9DF2
Text Example
Text Example
White with #8B9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DF2; }
p { color: rgb(139,157,242); }
H1.HeaderClassName
{
color: #8B9DF2;
}
.AnyTagClassName
{
color: #8B9DF2;
}
</style>
background-color css
<style>
a { background-color: #8B9DF2; }
a { background-color: rgb(139,157,242); }
div.DivClassName
{
background-color: #8B9DF2;
}
.BgClassName
{
background-color: #8B9DF2;
}
</style>
border-color css
<style>
span { border-color: #8B9DF2; }
span { border-color: rgb(139,157,242); }
td.TdClassName
{
border-color: #8B9DF2;
}
.TagClassName
{
border-color: #8B9DF2;
}
</style>