Shades of Portage #868AED
Tints of Portage #868AED
RGB
CMYK
RGB Variations
Color information
#868AED (or 0x868AED) is known color: Portage. HEX triplet: 86, 8A and ED. RGB value is (134,138,237). Sum of RGB (Red+Green+Blue) = 134+138+237=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #868AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868AED is #797512. Grayscale: #939393. Windows color (decimal): -7959827 or 15567494. OLE color: 15567494.
HSL color Cylindrical-coordinate representation of color #868AED: hue angle of 237.67º 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 #868AED is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 138 | 237 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.07 |
| HSL | 237.67º | 0.74% | 0.73% | - |
| HSV(B) | 237.67º | 0.43% | 0.93% | - |
| XYZ | 34.21 | 29.36 | 83.98 | - |
| YUV | 148.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 237 | 0.43 | 0.42 | 0 | 0.07 | 237.67 | 0.74 | 0.73 |
| Hex | 86 | 8A | ED | 2B | 2A | 0 | 7 | EE | 4A | 49 |
| Octal | 206 | 212 | 355 | 53 | 52 | 0 | 7 | 356 | 112 | 111 |
| Binary | 10000110 | 10001010 | 11101101 | 101011 | 101010 | 0 | 111 | 11101110 | 1001010 | 1001001 |
Color Harmonies of #868AED
Complementary color
Monochromatic Colors of #868AED
Black with #868AED
Text Example
Text Example
White with #868AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AED; }
p { color: rgb(134,138,237); }
H1.HeaderClassName
{
color: #868AED;
}
.AnyTagClassName
{
color: #868AED;
}
</style>
background-color css
<style>
a { background-color: #868AED; }
a { background-color: rgb(134,138,237); }
div.DivClassName
{
background-color: #868AED;
}
.BgClassName
{
background-color: #868AED;
}
</style>
border-color css
<style>
span { border-color: #868AED; }
span { border-color: rgb(134,138,237); }
td.TdClassName
{
border-color: #868AED;
}
.TagClassName
{
border-color: #868AED;
}
</style>