Shades of Portage #8698ED
Tints of Portage #8698ED
RGB
CMYK
RGB Variations
Color information
#8698ED (or 0x8698ED) is known color: Portage. HEX triplet: 86, 98 and ED. RGB value is (134,152,237). Sum of RGB (Red+Green+Blue) = 134+152+237=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8698ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698ED is #796712. Grayscale: #9B9B9B. Windows color (decimal): -7956243 or 15571078. OLE color: 15571078.
HSL color Cylindrical-coordinate representation of color #8698ED: hue angle of 229.51º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8698ED is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 152 | 237 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.07 |
| HSL | 229.51º | 0.74% | 0.73% | - |
| HSV(B) | 229.51º | 0.43% | 0.93% | - |
| XYZ | 36.35 | 33.64 | 84.7 | - |
| YUV | 156.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 237 | 0.43 | 0.36 | 0 | 0.07 | 229.51 | 0.74 | 0.73 |
| Hex | 86 | 98 | ED | 2B | 24 | 0 | 7 | E6 | 4A | 49 |
| Octal | 206 | 230 | 355 | 53 | 44 | 0 | 7 | 346 | 112 | 111 |
| Binary | 10000110 | 10011000 | 11101101 | 101011 | 100100 | 0 | 111 | 11100110 | 1001010 | 1001001 |
Color Harmonies of #8698ED
Complementary color
Monochromatic Colors of #8698ED
Black with #8698ED
Text Example
Text Example
White with #8698ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698ED; }
p { color: rgb(134,152,237); }
H1.HeaderClassName
{
color: #8698ED;
}
.AnyTagClassName
{
color: #8698ED;
}
</style>
background-color css
<style>
a { background-color: #8698ED; }
a { background-color: rgb(134,152,237); }
div.DivClassName
{
background-color: #8698ED;
}
.BgClassName
{
background-color: #8698ED;
}
</style>
border-color css
<style>
span { border-color: #8698ED; }
span { border-color: rgb(134,152,237); }
td.TdClassName
{
border-color: #8698ED;
}
.TagClassName
{
border-color: #8698ED;
}
</style>