Shades of Portage #959DE5
Tints of Portage #959DE5
RGB
CMYK
RGB Variations
Color information
#959DE5 (or 0x959DE5) is known color: Portage. HEX triplet: 95, 9D and E5. RGB value is (149,157,229). Sum of RGB (Red+Green+Blue) = 149+157+229=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #959DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DE5 is #6A621A. Grayscale: #A2A2A2. Windows color (decimal): -6971931 or 15048085. OLE color: 15048085.
HSL color Cylindrical-coordinate representation of color #959DE5: hue angle of 234º 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 #959DE5 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 157 | 229 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.10 |
| HSL | 234º | 0.61% | 0.74% | - |
| HSV(B) | 234º | 0.35% | 0.9% | - |
| XYZ | 38.59 | 36.16 | 79.07 | - |
| YUV | 162.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 229 | 0.35 | 0.31 | 0 | 0.10 | 234 | 0.61 | 0.74 |
| Hex | 95 | 9D | E5 | 23 | 1F | 0 | A | EA | 3D | 4A |
| Octal | 225 | 235 | 345 | 43 | 37 | 0 | 12 | 352 | 75 | 112 |
| Binary | 10010101 | 10011101 | 11100101 | 100011 | 11111 | 0 | 1010 | 11101010 | 111101 | 1001010 |
Color Harmonies of #959DE5
Complementary color
Monochromatic Colors of #959DE5
Black with #959DE5
Text Example
Text Example
White with #959DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DE5; }
p { color: rgb(149,157,229); }
H1.HeaderClassName
{
color: #959DE5;
}
.AnyTagClassName
{
color: #959DE5;
}
</style>
background-color css
<style>
a { background-color: #959DE5; }
a { background-color: rgb(149,157,229); }
div.DivClassName
{
background-color: #959DE5;
}
.BgClassName
{
background-color: #959DE5;
}
</style>
border-color css
<style>
span { border-color: #959DE5; }
span { border-color: rgb(149,157,229); }
td.TdClassName
{
border-color: #959DE5;
}
.TagClassName
{
border-color: #959DE5;
}
</style>