Shades of Portage #8695DF
Tints of Portage #8695DF
RGB
CMYK
RGB Variations
Color information
#8695DF (or 0x8695DF) is known color: Portage. HEX triplet: 86, 95 and DF. RGB value is (134,149,223). Sum of RGB (Red+Green+Blue) = 134+149+223=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8695DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695DF is #796A20. Grayscale: #989898. Windows color (decimal): -7957025 or 14652806. OLE color: 14652806.
HSL color Cylindrical-coordinate representation of color #8695DF: hue angle of 229.89º degrees, saturation: 0.58, 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 #8695DF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 149 | 223 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.13 |
| HSL | 229.89º | 0.58% | 0.7% | - |
| HSV(B) | 229.89º | 0.4% | 0.87% | - |
| XYZ | 33.9 | 31.89 | 74.18 | - |
| YUV | 152.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 223 | 0.40 | 0.33 | 0 | 0.13 | 229.89 | 0.58 | 0.7 |
| Hex | 86 | 95 | DF | 28 | 21 | 0 | D | E6 | 3A | 46 |
| Octal | 206 | 225 | 337 | 50 | 41 | 0 | 15 | 346 | 72 | 106 |
| Binary | 10000110 | 10010101 | 11011111 | 101000 | 100001 | 0 | 1101 | 11100110 | 111010 | 1000110 |
Color Harmonies of #8695DF
Complementary color
Monochromatic Colors of #8695DF
Black with #8695DF
Text Example
Text Example
White with #8695DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8695DF; }
p { color: rgb(134,149,223); }
H1.HeaderClassName
{
color: #8695DF;
}
.AnyTagClassName
{
color: #8695DF;
}
</style>
background-color css
<style>
a { background-color: #8695DF; }
a { background-color: rgb(134,149,223); }
div.DivClassName
{
background-color: #8695DF;
}
.BgClassName
{
background-color: #8695DF;
}
</style>
border-color css
<style>
span { border-color: #8695DF; }
span { border-color: rgb(134,149,223); }
td.TdClassName
{
border-color: #8695DF;
}
.TagClassName
{
border-color: #8695DF;
}
</style>