Shades of Portage #959FF2
Tints of Portage #959FF2
RGB
CMYK
RGB Variations
Color information
#959FF2 (or 0x959FF2) is known color: Portage. HEX triplet: 95, 9F and F2. RGB value is (149,159,242). Sum of RGB (Red+Green+Blue) = 149+159+242=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #959FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FF2 is #6A600D. Grayscale: #A5A5A5. Windows color (decimal): -6971406 or 15900565. OLE color: 15900565.
HSL color Cylindrical-coordinate representation of color #959FF2: hue angle of 233.55º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #959FF2 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 159 | 242 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.05 |
| HSL | 233.55º | 0.78% | 0.77% | - |
| HSV(B) | 233.55º | 0.38% | 0.95% | - |
| XYZ | 40.82 | 37.6 | 89.11 | - |
| YUV | 165.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 242 | 0.38 | 0.34 | 0 | 0.05 | 233.55 | 0.78 | 0.77 |
| Hex | 95 | 9F | F2 | 26 | 22 | 0 | 5 | EA | 4E | 4D |
| Octal | 225 | 237 | 362 | 46 | 42 | 0 | 5 | 352 | 116 | 115 |
| Binary | 10010101 | 10011111 | 11110010 | 100110 | 100010 | 0 | 101 | 11101010 | 1001110 | 1001101 |
Color Harmonies of #959FF2
Complementary color
Monochromatic Colors of #959FF2
Black with #959FF2
Text Example
Text Example
White with #959FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FF2; }
p { color: rgb(149,159,242); }
H1.HeaderClassName
{
color: #959FF2;
}
.AnyTagClassName
{
color: #959FF2;
}
</style>
background-color css
<style>
a { background-color: #959FF2; }
a { background-color: rgb(149,159,242); }
div.DivClassName
{
background-color: #959FF2;
}
.BgClassName
{
background-color: #959FF2;
}
</style>
border-color css
<style>
span { border-color: #959FF2; }
span { border-color: rgb(149,159,242); }
td.TdClassName
{
border-color: #959FF2;
}
.TagClassName
{
border-color: #959FF2;
}
</style>