Shades of Portage #959DFC
Tints of Portage #959DFC
RGB
CMYK
RGB Variations
Color information
#959DFC (or 0x959DFC) is known color: Portage. HEX triplet: 95, 9D and FC. RGB value is (149,157,252). Sum of RGB (Red+Green+Blue) = 149+157+252=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #959DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DFC is #6A6203. Grayscale: #A5A5A5. Windows color (decimal): -6971908 or 16555413. OLE color: 16555413.
HSL color Cylindrical-coordinate representation of color #959DFC: hue angle of 235.34º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959DFC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 157 | 252 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.01 |
| HSL | 235.34º | 0.94% | 0.79% | - |
| HSV(B) | 235.34º | 0.41% | 0.99% | - |
| XYZ | 42.02 | 37.53 | 97.13 | - |
| YUV | 165.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 252 | 0.41 | 0.38 | 0 | 0.01 | 235.34 | 0.94 | 0.79 |
| Hex | 95 | 9D | FC | 29 | 26 | 0 | 1 | EB | 5E | 4F |
| Octal | 225 | 235 | 374 | 51 | 46 | 0 | 1 | 353 | 136 | 117 |
| Binary | 10010101 | 10011101 | 11111100 | 101001 | 100110 | 0 | 1 | 11101011 | 1011110 | 1001111 |
Color Harmonies of #959DFC
Complementary color
Monochromatic Colors of #959DFC
Black with #959DFC
Text Example
Text Example
White with #959DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DFC; }
p { color: rgb(149,157,252); }
H1.HeaderClassName
{
color: #959DFC;
}
.AnyTagClassName
{
color: #959DFC;
}
</style>
background-color css
<style>
a { background-color: #959DFC; }
a { background-color: rgb(149,157,252); }
div.DivClassName
{
background-color: #959DFC;
}
.BgClassName
{
background-color: #959DFC;
}
</style>
border-color css
<style>
span { border-color: #959DFC; }
span { border-color: rgb(149,157,252); }
td.TdClassName
{
border-color: #959DFC;
}
.TagClassName
{
border-color: #959DFC;
}
</style>