Shades of Portage #869ADE
Tints of Portage #869ADE
RGB
CMYK
RGB Variations
Color information
#869ADE (or 0x869ADE) is known color: Portage. HEX triplet: 86, 9A and DE. RGB value is (134,154,222). Sum of RGB (Red+Green+Blue) = 134+154+222=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #869ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ADE is #796521. Grayscale: #9B9B9B. Windows color (decimal): -7955746 or 14588550. OLE color: 14588550.
HSL color Cylindrical-coordinate representation of color #869ADE: hue angle of 226.36º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869ADE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 154 | 222 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.13 |
| HSL | 226.36º | 0.57% | 0.7% | - |
| HSV(B) | 226.36º | 0.4% | 0.87% | - |
| XYZ | 34.57 | 33.45 | 73.74 | - |
| YUV | 155.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 222 | 0.40 | 0.31 | 0 | 0.13 | 226.36 | 0.57 | 0.7 |
| Hex | 86 | 9A | DE | 28 | 1F | 0 | D | E2 | 39 | 46 |
| Octal | 206 | 232 | 336 | 50 | 37 | 0 | 15 | 342 | 71 | 106 |
| Binary | 10000110 | 10011010 | 11011110 | 101000 | 11111 | 0 | 1101 | 11100010 | 111001 | 1000110 |
Color Harmonies of #869ADE
Complementary color
Monochromatic Colors of #869ADE
Black with #869ADE
Text Example
Text Example
White with #869ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869ADE; }
p { color: rgb(134,154,222); }
H1.HeaderClassName
{
color: #869ADE;
}
.AnyTagClassName
{
color: #869ADE;
}
</style>
background-color css
<style>
a { background-color: #869ADE; }
a { background-color: rgb(134,154,222); }
div.DivClassName
{
background-color: #869ADE;
}
.BgClassName
{
background-color: #869ADE;
}
</style>
border-color css
<style>
span { border-color: #869ADE; }
span { border-color: rgb(134,154,222); }
td.TdClassName
{
border-color: #869ADE;
}
.TagClassName
{
border-color: #869ADE;
}
</style>