Shades of Portage #959FE5
Tints of Portage #959FE5
RGB
CMYK
RGB Variations
Color information
#959FE5 (or 0x959FE5) is known color: Portage. HEX triplet: 95, 9F and E5. RGB value is (149,159,229). Sum of RGB (Red+Green+Blue) = 149+159+229=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #959FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FE5 is #6A601A. Grayscale: #A3A3A3. Windows color (decimal): -6971419 or 15048597. OLE color: 15048597.
HSL color Cylindrical-coordinate representation of color #959FE5: hue angle of 232.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959FE5 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 159 | 229 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.10 |
| HSL | 232.5º | 0.61% | 0.74% | - |
| HSV(B) | 232.5º | 0.35% | 0.9% | - |
| XYZ | 38.94 | 36.84 | 79.19 | - |
| YUV | 163.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 229 | 0.35 | 0.31 | 0 | 0.10 | 232.5 | 0.61 | 0.74 |
| Hex | 95 | 9F | E5 | 23 | 1F | 0 | A | E8 | 3D | 4A |
| Octal | 225 | 237 | 345 | 43 | 37 | 0 | 12 | 350 | 75 | 112 |
| Binary | 10010101 | 10011111 | 11100101 | 100011 | 11111 | 0 | 1010 | 11101000 | 111101 | 1001010 |
Color Harmonies of #959FE5
Complementary color
Monochromatic Colors of #959FE5
Black with #959FE5
Text Example
Text Example
White with #959FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FE5; }
p { color: rgb(149,159,229); }
H1.HeaderClassName
{
color: #959FE5;
}
.AnyTagClassName
{
color: #959FE5;
}
</style>
background-color css
<style>
a { background-color: #959FE5; }
a { background-color: rgb(149,159,229); }
div.DivClassName
{
background-color: #959FE5;
}
.BgClassName
{
background-color: #959FE5;
}
</style>
border-color css
<style>
span { border-color: #959FE5; }
span { border-color: rgb(149,159,229); }
td.TdClassName
{
border-color: #959FE5;
}
.TagClassName
{
border-color: #959FE5;
}
</style>