Shades of Portage #959DF9
Tints of Portage #959DF9
RGB
CMYK
RGB Variations
Color information
#959DF9 (or 0x959DF9) is known color: Portage. HEX triplet: 95, 9D and F9. RGB value is (149,157,249). Sum of RGB (Red+Green+Blue) = 149+157+249=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #959DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DF9 is #6A6206. Grayscale: #A4A4A4. Windows color (decimal): -6971911 or 16358805. OLE color: 16358805.
HSL color Cylindrical-coordinate representation of color #959DF9: hue angle of 235.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959DF9 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 157 | 249 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.02 |
| HSL | 235.2º | 0.89% | 0.78% | - |
| HSV(B) | 235.2º | 0.4% | 0.98% | - |
| XYZ | 41.55 | 37.34 | 94.64 | - |
| YUV | 165.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 249 | 0.40 | 0.37 | 0 | 0.02 | 235.2 | 0.89 | 0.78 |
| Hex | 95 | 9D | F9 | 28 | 25 | 0 | 2 | EB | 59 | 4E |
| Octal | 225 | 235 | 371 | 50 | 45 | 0 | 2 | 353 | 131 | 116 |
| Binary | 10010101 | 10011101 | 11111001 | 101000 | 100101 | 0 | 10 | 11101011 | 1011001 | 1001110 |
Color Harmonies of #959DF9
Complementary color
Monochromatic Colors of #959DF9
Black with #959DF9
Text Example
Text Example
White with #959DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DF9; }
p { color: rgb(149,157,249); }
H1.HeaderClassName
{
color: #959DF9;
}
.AnyTagClassName
{
color: #959DF9;
}
</style>
background-color css
<style>
a { background-color: #959DF9; }
a { background-color: rgb(149,157,249); }
div.DivClassName
{
background-color: #959DF9;
}
.BgClassName
{
background-color: #959DF9;
}
</style>
border-color css
<style>
span { border-color: #959DF9; }
span { border-color: rgb(149,157,249); }
td.TdClassName
{
border-color: #959DF9;
}
.TagClassName
{
border-color: #959DF9;
}
</style>