Shades of Portage #959DE0
Tints of Portage #959DE0
RGB
CMYK
RGB Variations
Color information
#959DE0 (or 0x959DE0) is known color: Portage. HEX triplet: 95, 9D and E0. RGB value is (149,157,224). Sum of RGB (Red+Green+Blue) = 149+157+224=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #959DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DE0 is #6A621F. Grayscale: #A1A1A1. Windows color (decimal): -6971936 or 14720405. OLE color: 14720405.
HSL color Cylindrical-coordinate representation of color #959DE0: hue angle of 233.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959DE0 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 157 | 224 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.12 |
| HSL | 233.6º | 0.55% | 0.73% | - |
| HSV(B) | 233.6º | 0.33% | 0.88% | - |
| XYZ | 37.91 | 35.89 | 75.45 | - |
| YUV | 162.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 224 | 0.33 | 0.30 | 0 | 0.12 | 233.6 | 0.55 | 0.73 |
| Hex | 95 | 9D | E0 | 21 | 1E | 0 | C | EA | 37 | 49 |
| Octal | 225 | 235 | 340 | 41 | 36 | 0 | 14 | 352 | 67 | 111 |
| Binary | 10010101 | 10011101 | 11100000 | 100001 | 11110 | 0 | 1100 | 11101010 | 110111 | 1001001 |
Color Harmonies of #959DE0
Complementary color
Monochromatic Colors of #959DE0
Black with #959DE0
Text Example
Text Example
White with #959DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DE0; }
p { color: rgb(149,157,224); }
H1.HeaderClassName
{
color: #959DE0;
}
.AnyTagClassName
{
color: #959DE0;
}
</style>
background-color css
<style>
a { background-color: #959DE0; }
a { background-color: rgb(149,157,224); }
div.DivClassName
{
background-color: #959DE0;
}
.BgClassName
{
background-color: #959DE0;
}
</style>
border-color css
<style>
span { border-color: #959DE0; }
span { border-color: rgb(149,157,224); }
td.TdClassName
{
border-color: #959DE0;
}
.TagClassName
{
border-color: #959DE0;
}
</style>