Shades of Portage #8595FF
Tints of Portage #8595FF
RGB
CMYK
RGB Variations
Color information
#8595FF (or 0x8595FF) is known color: Portage. HEX triplet: 85, 95 and FF. RGB value is (133,149,255). Sum of RGB (Red+Green+Blue) = 133+149+255=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8595FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595FF is #7A6A00. Grayscale: #9B9B9B. Windows color (decimal): -8022529 or 16749957. OLE color: 16749957.
HSL color Cylindrical-coordinate representation of color #8595FF: hue angle of 232.13º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8595FF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 149 | 255 | - |
| CMYK | 0.48 | 0.42 | 0 | 0 |
| HSL | 232.13º | 1% | 0.76% | - |
| HSV(B) | 232.13º | 0.48% | 1% | - |
| XYZ | 38.47 | 33.7 | 99.09 | - |
| YUV | 156.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 255 | 0.48 | 0.42 | 0 | 0 | 232.13 | 1 | 0.76 |
| Hex | 85 | 95 | FF | 30 | 2A | 0 | 0 | E8 | 64 | 4C |
| Octal | 205 | 225 | 377 | 60 | 52 | 0 | 0 | 350 | 144 | 114 |
| Binary | 10000101 | 10010101 | 11111111 | 110000 | 101010 | 0 | 0 | 11101000 | 1100100 | 1001100 |
Color Harmonies of #8595FF
Complementary color
Monochromatic Colors of #8595FF
Black with #8595FF
Text Example
Text Example
White with #8595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595FF; }
p { color: rgb(133,149,255); }
H1.HeaderClassName
{
color: #8595FF;
}
.AnyTagClassName
{
color: #8595FF;
}
</style>
background-color css
<style>
a { background-color: #8595FF; }
a { background-color: rgb(133,149,255); }
div.DivClassName
{
background-color: #8595FF;
}
.BgClassName
{
background-color: #8595FF;
}
</style>
border-color css
<style>
span { border-color: #8595FF; }
span { border-color: rgb(133,149,255); }
td.TdClassName
{
border-color: #8595FF;
}
.TagClassName
{
border-color: #8595FF;
}
</style>