Shades of Portage #959EFA
Tints of Portage #959EFA
RGB
CMYK
RGB Variations
Color information
#959EFA (or 0x959EFA) is known color: Portage. HEX triplet: 95, 9E and FA. RGB value is (149,158,250). Sum of RGB (Red+Green+Blue) = 149+158+250=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #959EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFA is #6A6105. Grayscale: #A5A5A5. Windows color (decimal): -6971654 or 16424597. OLE color: 16424597.
HSL color Cylindrical-coordinate representation of color #959EFA: hue angle of 234.65º 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 #959EFA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 158 | 250 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.02 |
| HSL | 234.65º | 0.91% | 0.78% | - |
| HSV(B) | 234.65º | 0.4% | 0.98% | - |
| XYZ | 41.88 | 37.75 | 95.52 | - |
| YUV | 165.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 250 | 0.40 | 0.37 | 0 | 0.02 | 234.65 | 0.91 | 0.78 |
| Hex | 95 | 9E | FA | 28 | 25 | 0 | 2 | EB | 5B | 4E |
| Octal | 225 | 236 | 372 | 50 | 45 | 0 | 2 | 353 | 133 | 116 |
| Binary | 10010101 | 10011110 | 11111010 | 101000 | 100101 | 0 | 10 | 11101011 | 1011011 | 1001110 |
Color Harmonies of #959EFA
Complementary color
Monochromatic Colors of #959EFA
Black with #959EFA
Text Example
Text Example
White with #959EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959EFA; }
p { color: rgb(149,158,250); }
H1.HeaderClassName
{
color: #959EFA;
}
.AnyTagClassName
{
color: #959EFA;
}
</style>
background-color css
<style>
a { background-color: #959EFA; }
a { background-color: rgb(149,158,250); }
div.DivClassName
{
background-color: #959EFA;
}
.BgClassName
{
background-color: #959EFA;
}
</style>
border-color css
<style>
span { border-color: #959EFA; }
span { border-color: rgb(149,158,250); }
td.TdClassName
{
border-color: #959EFA;
}
.TagClassName
{
border-color: #959EFA;
}
</style>