Shades of Portage #8F98ED
Tints of Portage #8F98ED
RGB
CMYK
RGB Variations
Color information
#8F98ED (or 0x8F98ED) is known color: Portage. HEX triplet: 8F, 98 and ED. RGB value is (143,152,237). Sum of RGB (Red+Green+Blue) = 143+152+237=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98ED is #706712. Grayscale: #9E9E9E. Windows color (decimal): -7366419 or 15571087. OLE color: 15571087.
HSL color Cylindrical-coordinate representation of color #8F98ED: hue angle of 234.26º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F98ED is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 152 | 237 | - |
CMYK | 0.40 | 0.36 | 0 | 0.07 |
HSL | 234.26º | 0.72% | 0.75% | - |
HSV(B) | 234.26º | 0.4% | 0.93% | - |
XYZ | 37.84 | 34.41 | 84.77 | - |
YUV | 159 | 172.02 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 152 | 237 | 0.40 | 0.36 | 0 | 0.07 | 234.26 | 0.72 | 0.75 |
Hex | 8F | 98 | ED | 28 | 24 | 0 | 7 | EA | 48 | 4B |
Octal | 217 | 230 | 355 | 50 | 44 | 0 | 7 | 352 | 110 | 113 |
Binary | 10001111 | 10011000 | 11101101 | 101000 | 100100 | 0 | 111 | 11101010 | 1001000 | 1001011 |
Color Harmonies of #8F98ED
Complementary color
Monochromatic Colors of #8F98ED
Black with #8F98ED
Text Example
Text Example
White with #8F98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98ED; }
p { color: rgb(143,152,237); }
H1.HeaderClassName
{
color: #8F98ED;
}
.AnyTagClassName
{
color: #8F98ED;
}
</style>
background-color css
<style>
a { background-color: #8F98ED; }
a { background-color: rgb(143,152,237); }
div.DivClassName
{
background-color: #8F98ED;
}
.BgClassName
{
background-color: #8F98ED;
}
</style>
border-color css
<style>
span { border-color: #8F98ED; }
span { border-color: rgb(143,152,237); }
td.TdClassName
{
border-color: #8F98ED;
}
.TagClassName
{
border-color: #8F98ED;
}
</style>