Shades of Portage #9595FA
Tints of Portage #9595FA
RGB
CMYK
RGB Variations
Color information
#9595FA (or 0x9595FA) is known color: Portage. HEX triplet: 95, 95 and FA. RGB value is (149,149,250). Sum of RGB (Red+Green+Blue) = 149+149+250=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #9595FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9595FA is #6A6A05. Grayscale: #A0A0A0. Windows color (decimal): -6973958 or 16422293. OLE color: 16422293.
HSL color Cylindrical-coordinate representation of color #9595FA: hue angle of 240º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9595FA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 149 | 250 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.02 |
| HSL | 240º | 0.91% | 0.78% | - |
| HSV(B) | 240º | 0.4% | 0.98% | - |
| XYZ | 40.4 | 34.79 | 95.03 | - |
| YUV | 160.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 250 | 0.40 | 0.40 | 0 | 0.02 | 240 | 0.91 | 0.78 |
| Hex | 95 | 95 | FA | 28 | 28 | 0 | 2 | F0 | 5B | 4E |
| Octal | 225 | 225 | 372 | 50 | 50 | 0 | 2 | 360 | 133 | 116 |
| Binary | 10010101 | 10010101 | 11111010 | 101000 | 101000 | 0 | 10 | 11110000 | 1011011 | 1001110 |
Color Harmonies of #9595FA
Complementary color
Monochromatic Colors of #9595FA
Black with #9595FA
Text Example
Text Example
White with #9595FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9595FA; }
p { color: rgb(149,149,250); }
H1.HeaderClassName
{
color: #9595FA;
}
.AnyTagClassName
{
color: #9595FA;
}
</style>
background-color css
<style>
a { background-color: #9595FA; }
a { background-color: rgb(149,149,250); }
div.DivClassName
{
background-color: #9595FA;
}
.BgClassName
{
background-color: #9595FA;
}
</style>
border-color css
<style>
span { border-color: #9595FA; }
span { border-color: rgb(149,149,250); }
td.TdClassName
{
border-color: #9595FA;
}
.TagClassName
{
border-color: #9595FA;
}
</style>