Shades of Portage #959DF7
Tints of Portage #959DF7
RGB
CMYK
RGB Variations
Color information
#959DF7 (or 0x959DF7) is known color: Portage. HEX triplet: 95, 9D and F7. RGB value is (149,157,247). Sum of RGB (Red+Green+Blue) = 149+157+247=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #959DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DF7 is #6A6208. Grayscale: #A4A4A4. Windows color (decimal): -6971913 or 16227733. OLE color: 16227733.
HSL color Cylindrical-coordinate representation of color #959DF7: hue angle of 235.1º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959DF7 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 157 | 247 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.03 |
| HSL | 235.1º | 0.86% | 0.78% | - |
| HSV(B) | 235.1º | 0.4% | 0.97% | - |
| XYZ | 41.24 | 37.22 | 93.01 | - |
| YUV | 164.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 247 | 0.40 | 0.36 | 0 | 0.03 | 235.1 | 0.86 | 0.78 |
| Hex | 95 | 9D | F7 | 28 | 24 | 0 | 3 | EB | 56 | 4E |
| Octal | 225 | 235 | 367 | 50 | 44 | 0 | 3 | 353 | 126 | 116 |
| Binary | 10010101 | 10011101 | 11110111 | 101000 | 100100 | 0 | 11 | 11101011 | 1010110 | 1001110 |
Color Harmonies of #959DF7
Complementary color
Monochromatic Colors of #959DF7
Black with #959DF7
Text Example
Text Example
White with #959DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DF7; }
p { color: rgb(149,157,247); }
H1.HeaderClassName
{
color: #959DF7;
}
.AnyTagClassName
{
color: #959DF7;
}
</style>
background-color css
<style>
a { background-color: #959DF7; }
a { background-color: rgb(149,157,247); }
div.DivClassName
{
background-color: #959DF7;
}
.BgClassName
{
background-color: #959DF7;
}
</style>
border-color css
<style>
span { border-color: #959DF7; }
span { border-color: rgb(149,157,247); }
td.TdClassName
{
border-color: #959DF7;
}
.TagClassName
{
border-color: #959DF7;
}
</style>