Shades of Portage #959DDE
Tints of Portage #959DDE
RGB
CMYK
RGB Variations
Color information
#959DDE (or 0x959DDE) is known color: Portage. HEX triplet: 95, 9D and DE. RGB value is (149,157,222). Sum of RGB (Red+Green+Blue) = 149+157+222=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #959DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDE is #6A6221. Grayscale: #A1A1A1. Windows color (decimal): -6971938 or 14589333. OLE color: 14589333.
HSL color Cylindrical-coordinate representation of color #959DDE: hue angle of 233.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959DDE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 157 | 222 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.13 |
| HSL | 233.42º | 0.53% | 0.73% | - |
| HSV(B) | 233.42º | 0.33% | 0.87% | - |
| XYZ | 37.64 | 35.78 | 74.03 | - |
| YUV | 162.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 222 | 0.33 | 0.29 | 0 | 0.13 | 233.42 | 0.53 | 0.73 |
| Hex | 95 | 9D | DE | 21 | 1D | 0 | D | E9 | 35 | 49 |
| Octal | 225 | 235 | 336 | 41 | 35 | 0 | 15 | 351 | 65 | 111 |
| Binary | 10010101 | 10011101 | 11011110 | 100001 | 11101 | 0 | 1101 | 11101001 | 110101 | 1001001 |
Color Harmonies of #959DDE
Complementary color
Monochromatic Colors of #959DDE
Black with #959DDE
Text Example
Text Example
White with #959DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DDE; }
p { color: rgb(149,157,222); }
H1.HeaderClassName
{
color: #959DDE;
}
.AnyTagClassName
{
color: #959DDE;
}
</style>
background-color css
<style>
a { background-color: #959DDE; }
a { background-color: rgb(149,157,222); }
div.DivClassName
{
background-color: #959DDE;
}
.BgClassName
{
background-color: #959DDE;
}
</style>
border-color css
<style>
span { border-color: #959DDE; }
span { border-color: rgb(149,157,222); }
td.TdClassName
{
border-color: #959DDE;
}
.TagClassName
{
border-color: #959DDE;
}
</style>