Shades of Portage #959FFE
Tints of Portage #959FFE
RGB
CMYK
RGB Variations
Color information
#959FFE (or 0x959FFE) is known color: Portage. HEX triplet: 95, 9F and FE. RGB value is (149,159,254). Sum of RGB (Red+Green+Blue) = 149+159+254=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #959FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FFE is #6A6001. Grayscale: #A6A6A6. Windows color (decimal): -6971394 or 16686997. OLE color: 16686997.
HSL color Cylindrical-coordinate representation of color #959FFE: hue angle of 234.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959FFE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 159 | 254 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.00 |
| HSL | 234.29º | 0.98% | 0.79% | - |
| HSV(B) | 234.29º | 0.41% | 1% | - |
| XYZ | 42.68 | 38.34 | 98.92 | - |
| YUV | 166.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 254 | 0.41 | 0.37 | 0 | 0.00 | 234.29 | 0.98 | 0.79 |
| Hex | 95 | 9F | FE | 29 | 25 | 0 | 0 | EA | 62 | 4F |
| Octal | 225 | 237 | 376 | 51 | 45 | 0 | 0 | 352 | 142 | 117 |
| Binary | 10010101 | 10011111 | 11111110 | 101001 | 100101 | 0 | 0 | 11101010 | 1100010 | 1001111 |
Color Harmonies of #959FFE
Complementary color
Monochromatic Colors of #959FFE
Black with #959FFE
Text Example
Text Example
White with #959FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FFE; }
p { color: rgb(149,159,254); }
H1.HeaderClassName
{
color: #959FFE;
}
.AnyTagClassName
{
color: #959FFE;
}
</style>
background-color css
<style>
a { background-color: #959FFE; }
a { background-color: rgb(149,159,254); }
div.DivClassName
{
background-color: #959FFE;
}
.BgClassName
{
background-color: #959FFE;
}
</style>
border-color css
<style>
span { border-color: #959FFE; }
span { border-color: rgb(149,159,254); }
td.TdClassName
{
border-color: #959FFE;
}
.TagClassName
{
border-color: #959FFE;
}
</style>