Shades of Portage #959AF2
Tints of Portage #959AF2
RGB
CMYK
RGB Variations
Color information
#959AF2 (or 0x959AF2) is known color: Portage. HEX triplet: 95, 9A and F2. RGB value is (149,154,242). Sum of RGB (Red+Green+Blue) = 149+154+242=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #959AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AF2 is #6A650D. Grayscale: #A2A2A2. Windows color (decimal): -6972686 or 15899285. OLE color: 15899285.
HSL color Cylindrical-coordinate representation of color #959AF2: hue angle of 236.77º 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 #959AF2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 154 | 242 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.05 |
| HSL | 236.77º | 0.78% | 0.77% | - |
| HSV(B) | 236.77º | 0.38% | 0.95% | - |
| XYZ | 39.98 | 35.91 | 88.83 | - |
| YUV | 162.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 242 | 0.38 | 0.36 | 0 | 0.05 | 236.77 | 0.78 | 0.77 |
| Hex | 95 | 9A | F2 | 26 | 24 | 0 | 5 | ED | 4E | 4D |
| Octal | 225 | 232 | 362 | 46 | 44 | 0 | 5 | 355 | 116 | 115 |
| Binary | 10010101 | 10011010 | 11110010 | 100110 | 100100 | 0 | 101 | 11101101 | 1001110 | 1001101 |
Color Harmonies of #959AF2
Complementary color
Monochromatic Colors of #959AF2
Black with #959AF2
Text Example
Text Example
White with #959AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AF2; }
p { color: rgb(149,154,242); }
H1.HeaderClassName
{
color: #959AF2;
}
.AnyTagClassName
{
color: #959AF2;
}
</style>
background-color css
<style>
a { background-color: #959AF2; }
a { background-color: rgb(149,154,242); }
div.DivClassName
{
background-color: #959AF2;
}
.BgClassName
{
background-color: #959AF2;
}
</style>
border-color css
<style>
span { border-color: #959AF2; }
span { border-color: rgb(149,154,242); }
td.TdClassName
{
border-color: #959AF2;
}
.TagClassName
{
border-color: #959AF2;
}
</style>