Shades of Portage #959AE3
Tints of Portage #959AE3
RGB
CMYK
RGB Variations
Color information
#959AE3 (or 0x959AE3) is known color: Portage. HEX triplet: 95, 9A and E3. RGB value is (149,154,227). Sum of RGB (Red+Green+Blue) = 149+154+227=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #959AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AE3 is #6A651C. Grayscale: #A0A0A0. Windows color (decimal): -6972701 or 14916245. OLE color: 14916245.
HSL color Cylindrical-coordinate representation of color #959AE3: hue angle of 236.15º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959AE3 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 154 | 227 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.11 |
| HSL | 236.15º | 0.58% | 0.74% | - |
| HSV(B) | 236.15º | 0.34% | 0.89% | - |
| XYZ | 37.82 | 35.05 | 77.44 | - |
| YUV | 160.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 227 | 0.34 | 0.32 | 0 | 0.11 | 236.15 | 0.58 | 0.74 |
| Hex | 95 | 9A | E3 | 22 | 20 | 0 | B | EC | 3A | 4A |
| Octal | 225 | 232 | 343 | 42 | 40 | 0 | 13 | 354 | 72 | 112 |
| Binary | 10010101 | 10011010 | 11100011 | 100010 | 100000 | 0 | 1011 | 11101100 | 111010 | 1001010 |
Color Harmonies of #959AE3
Complementary color
Monochromatic Colors of #959AE3
Black with #959AE3
Text Example
Text Example
White with #959AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AE3; }
p { color: rgb(149,154,227); }
H1.HeaderClassName
{
color: #959AE3;
}
.AnyTagClassName
{
color: #959AE3;
}
</style>
background-color css
<style>
a { background-color: #959AE3; }
a { background-color: rgb(149,154,227); }
div.DivClassName
{
background-color: #959AE3;
}
.BgClassName
{
background-color: #959AE3;
}
</style>
border-color css
<style>
span { border-color: #959AE3; }
span { border-color: rgb(149,154,227); }
td.TdClassName
{
border-color: #959AE3;
}
.TagClassName
{
border-color: #959AE3;
}
</style>