Shades of Portage #959FF0
Tints of Portage #959FF0
RGB
CMYK
RGB Variations
Color information
#959FF0 (or 0x959FF0) is known color: Portage. HEX triplet: 95, 9F and F0. RGB value is (149,159,240). Sum of RGB (Red+Green+Blue) = 149+159+240=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #959FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FF0 is #6A600F. Grayscale: #A4A4A4. Windows color (decimal): -6971408 or 15769493. OLE color: 15769493.
HSL color Cylindrical-coordinate representation of color #959FF0: hue angle of 233.41º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #959FF0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 159 | 240 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.06 |
| HSL | 233.41º | 0.75% | 0.76% | - |
| HSV(B) | 233.41º | 0.38% | 0.94% | - |
| XYZ | 40.52 | 37.48 | 87.54 | - |
| YUV | 165.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 240 | 0.38 | 0.34 | 0 | 0.06 | 233.41 | 0.75 | 0.76 |
| Hex | 95 | 9F | F0 | 26 | 22 | 0 | 6 | E9 | 4B | 4C |
| Octal | 225 | 237 | 360 | 46 | 42 | 0 | 6 | 351 | 113 | 114 |
| Binary | 10010101 | 10011111 | 11110000 | 100110 | 100010 | 0 | 110 | 11101001 | 1001011 | 1001100 |
Color Harmonies of #959FF0
Complementary color
Monochromatic Colors of #959FF0
Black with #959FF0
Text Example
Text Example
White with #959FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FF0; }
p { color: rgb(149,159,240); }
H1.HeaderClassName
{
color: #959FF0;
}
.AnyTagClassName
{
color: #959FF0;
}
</style>
background-color css
<style>
a { background-color: #959FF0; }
a { background-color: rgb(149,159,240); }
div.DivClassName
{
background-color: #959FF0;
}
.BgClassName
{
background-color: #959FF0;
}
</style>
border-color css
<style>
span { border-color: #959FF0; }
span { border-color: rgb(149,159,240); }
td.TdClassName
{
border-color: #959FF0;
}
.TagClassName
{
border-color: #959FF0;
}
</style>