Shades of Portage #8693FF
Tints of Portage #8693FF
RGB
CMYK
RGB Variations
Color information
#8693FF (or 0x8693FF) is known color: Portage. HEX triplet: 86, 93 and FF. RGB value is (134,147,255). Sum of RGB (Red+Green+Blue) = 134+147+255=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8693FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8693FF is #796C00. Grayscale: #9A9A9A. Windows color (decimal): -7957505 or 16749446. OLE color: 16749446.
HSL color Cylindrical-coordinate representation of color #8693FF: hue angle of 233.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8693FF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 147 | 255 | - |
| CMYK | 0.47 | 0.42 | 0 | 0 |
| HSL | 233.55º | 1% | 0.76% | - |
| HSV(B) | 233.55º | 0.47% | 1% | - |
| XYZ | 38.32 | 33.16 | 98.99 | - |
| YUV | 155.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 255 | 0.47 | 0.42 | 0 | 0 | 233.55 | 1 | 0.76 |
| Hex | 86 | 93 | FF | 2F | 2A | 0 | 0 | EA | 64 | 4C |
| Octal | 206 | 223 | 377 | 57 | 52 | 0 | 0 | 352 | 144 | 114 |
| Binary | 10000110 | 10010011 | 11111111 | 101111 | 101010 | 0 | 0 | 11101010 | 1100100 | 1001100 |
Color Harmonies of #8693FF
Complementary color
Monochromatic Colors of #8693FF
Black with #8693FF
Text Example
Text Example
White with #8693FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8693FF; }
p { color: rgb(134,147,255); }
H1.HeaderClassName
{
color: #8693FF;
}
.AnyTagClassName
{
color: #8693FF;
}
</style>
background-color css
<style>
a { background-color: #8693FF; }
a { background-color: rgb(134,147,255); }
div.DivClassName
{
background-color: #8693FF;
}
.BgClassName
{
background-color: #8693FF;
}
</style>
border-color css
<style>
span { border-color: #8693FF; }
span { border-color: rgb(134,147,255); }
td.TdClassName
{
border-color: #8693FF;
}
.TagClassName
{
border-color: #8693FF;
}
</style>