Shades of Portage #8595F4
Tints of Portage #8595F4
RGB
CMYK
RGB Variations
Color information
#8595F4 (or 0x8595F4) is known color: Portage. HEX triplet: 85, 95 and F4. RGB value is (133,149,244). Sum of RGB (Red+Green+Blue) = 133+149+244=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #8595F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595F4 is #7A6A0B. Grayscale: #9A9A9A. Windows color (decimal): -8022540 or 16029061. OLE color: 16029061.
HSL color Cylindrical-coordinate representation of color #8595F4: hue angle of 231.35º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8595F4 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 149 | 244 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.04 |
| HSL | 231.35º | 0.83% | 0.74% | - |
| HSV(B) | 231.35º | 0.45% | 0.96% | - |
| XYZ | 36.75 | 33.01 | 90.02 | - |
| YUV | 155.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 244 | 0.45 | 0.39 | 0 | 0.04 | 231.35 | 0.83 | 0.74 |
| Hex | 85 | 95 | F4 | 2D | 27 | 0 | 4 | E7 | 53 | 4A |
| Octal | 205 | 225 | 364 | 55 | 47 | 0 | 4 | 347 | 123 | 112 |
| Binary | 10000101 | 10010101 | 11110100 | 101101 | 100111 | 0 | 100 | 11100111 | 1010011 | 1001010 |
Color Harmonies of #8595F4
Complementary color
Monochromatic Colors of #8595F4
Black with #8595F4
Text Example
Text Example
White with #8595F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595F4; }
p { color: rgb(133,149,244); }
H1.HeaderClassName
{
color: #8595F4;
}
.AnyTagClassName
{
color: #8595F4;
}
</style>
background-color css
<style>
a { background-color: #8595F4; }
a { background-color: rgb(133,149,244); }
div.DivClassName
{
background-color: #8595F4;
}
.BgClassName
{
background-color: #8595F4;
}
</style>
border-color css
<style>
span { border-color: #8595F4; }
span { border-color: rgb(133,149,244); }
td.TdClassName
{
border-color: #8595F4;
}
.TagClassName
{
border-color: #8595F4;
}
</style>