Shades of Portage #959FE8
Tints of Portage #959FE8
RGB
CMYK
RGB Variations
Color information
#959FE8 (or 0x959FE8) is known color: Portage. HEX triplet: 95, 9F and E8. RGB value is (149,159,232). Sum of RGB (Red+Green+Blue) = 149+159+232=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #959FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FE8 is #6A6017. Grayscale: #A4A4A4. Windows color (decimal): -6971416 or 15245205. OLE color: 15245205.
HSL color Cylindrical-coordinate representation of color #959FE8: hue angle of 232.77º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959FE8 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 159 | 232 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.09 |
| HSL | 232.77º | 0.64% | 0.75% | - |
| HSV(B) | 232.77º | 0.36% | 0.91% | - |
| XYZ | 39.36 | 37.01 | 81.41 | - |
| YUV | 164.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 232 | 0.36 | 0.31 | 0 | 0.09 | 232.77 | 0.64 | 0.75 |
| Hex | 95 | 9F | E8 | 24 | 1F | 0 | 9 | E9 | 40 | 4B |
| Octal | 225 | 237 | 350 | 44 | 37 | 0 | 11 | 351 | 100 | 113 |
| Binary | 10010101 | 10011111 | 11101000 | 100100 | 11111 | 0 | 1001 | 11101001 | 1000000 | 1001011 |
Color Harmonies of #959FE8
Complementary color
Monochromatic Colors of #959FE8
Black with #959FE8
Text Example
Text Example
White with #959FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FE8; }
p { color: rgb(149,159,232); }
H1.HeaderClassName
{
color: #959FE8;
}
.AnyTagClassName
{
color: #959FE8;
}
</style>
background-color css
<style>
a { background-color: #959FE8; }
a { background-color: rgb(149,159,232); }
div.DivClassName
{
background-color: #959FE8;
}
.BgClassName
{
background-color: #959FE8;
}
</style>
border-color css
<style>
span { border-color: #959FE8; }
span { border-color: rgb(149,159,232); }
td.TdClassName
{
border-color: #959FE8;
}
.TagClassName
{
border-color: #959FE8;
}
</style>