Shades of Portage #959FF1
Tints of Portage #959FF1
RGB
CMYK
RGB Variations
Color information
#959FF1 (or 0x959FF1) is known color: Portage. HEX triplet: 95, 9F and F1. RGB value is (149,159,241). Sum of RGB (Red+Green+Blue) = 149+159+241=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #959FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FF1 is #6A600E. Grayscale: #A5A5A5. Windows color (decimal): -6971407 or 15835029. OLE color: 15835029.
HSL color Cylindrical-coordinate representation of color #959FF1: hue angle of 233.48º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #959FF1 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 159 | 241 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.05 |
| HSL | 233.48º | 0.77% | 0.76% | - |
| HSV(B) | 233.48º | 0.38% | 0.95% | - |
| XYZ | 40.67 | 37.54 | 88.32 | - |
| YUV | 165.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 241 | 0.38 | 0.34 | 0 | 0.05 | 233.48 | 0.77 | 0.76 |
| Hex | 95 | 9F | F1 | 26 | 22 | 0 | 5 | E9 | 4D | 4C |
| Octal | 225 | 237 | 361 | 46 | 42 | 0 | 5 | 351 | 115 | 114 |
| Binary | 10010101 | 10011111 | 11110001 | 100110 | 100010 | 0 | 101 | 11101001 | 1001101 | 1001100 |
Color Harmonies of #959FF1
Complementary color
Monochromatic Colors of #959FF1
Black with #959FF1
Text Example
Text Example
White with #959FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FF1; }
p { color: rgb(149,159,241); }
H1.HeaderClassName
{
color: #959FF1;
}
.AnyTagClassName
{
color: #959FF1;
}
</style>
background-color css
<style>
a { background-color: #959FF1; }
a { background-color: rgb(149,159,241); }
div.DivClassName
{
background-color: #959FF1;
}
.BgClassName
{
background-color: #959FF1;
}
</style>
border-color css
<style>
span { border-color: #959FF1; }
span { border-color: rgb(149,159,241); }
td.TdClassName
{
border-color: #959FF1;
}
.TagClassName
{
border-color: #959FF1;
}
</style>