Shades of Portage #959BE5
Tints of Portage #959BE5
RGB
CMYK
RGB Variations
Color information
#959BE5 (or 0x959BE5) is known color: Portage. HEX triplet: 95, 9B and E5. RGB value is (149,155,229). Sum of RGB (Red+Green+Blue) = 149+155+229=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #959BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BE5 is #6A641A. Grayscale: #A1A1A1. Windows color (decimal): -6972443 or 15047573. OLE color: 15047573.
HSL color Cylindrical-coordinate representation of color #959BE5: hue angle of 235.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 #959BE5 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 155 | 229 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.10 |
| HSL | 235.5º | 0.61% | 0.74% | - |
| HSV(B) | 235.5º | 0.35% | 0.9% | - |
| XYZ | 38.26 | 35.49 | 78.96 | - |
| YUV | 161.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 229 | 0.35 | 0.32 | 0 | 0.10 | 235.5 | 0.61 | 0.74 |
| Hex | 95 | 9B | E5 | 23 | 20 | 0 | A | EC | 3D | 4A |
| Octal | 225 | 233 | 345 | 43 | 40 | 0 | 12 | 354 | 75 | 112 |
| Binary | 10010101 | 10011011 | 11100101 | 100011 | 100000 | 0 | 1010 | 11101100 | 111101 | 1001010 |
Color Harmonies of #959BE5
Complementary color
Monochromatic Colors of #959BE5
Black with #959BE5
Text Example
Text Example
White with #959BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BE5; }
p { color: rgb(149,155,229); }
H1.HeaderClassName
{
color: #959BE5;
}
.AnyTagClassName
{
color: #959BE5;
}
</style>
background-color css
<style>
a { background-color: #959BE5; }
a { background-color: rgb(149,155,229); }
div.DivClassName
{
background-color: #959BE5;
}
.BgClassName
{
background-color: #959BE5;
}
</style>
border-color css
<style>
span { border-color: #959BE5; }
span { border-color: rgb(149,155,229); }
td.TdClassName
{
border-color: #959BE5;
}
.TagClassName
{
border-color: #959BE5;
}
</style>