Shades of Portage #959CE1
Tints of Portage #959CE1
RGB
CMYK
RGB Variations
Color information
#959CE1 (or 0x959CE1) is known color: Portage. HEX triplet: 95, 9C and E1. RGB value is (149,156,225). Sum of RGB (Red+Green+Blue) = 149+156+225=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #959CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CE1 is #6A631E. Grayscale: #A1A1A1. Windows color (decimal): -6972191 or 14785685. OLE color: 14785685.
HSL color Cylindrical-coordinate representation of color #959CE1: hue angle of 234.47º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959CE1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 156 | 225 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.12 |
| HSL | 234.47º | 0.56% | 0.73% | - |
| HSV(B) | 234.47º | 0.34% | 0.88% | - |
| XYZ | 37.87 | 35.6 | 76.11 | - |
| YUV | 161.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 225 | 0.34 | 0.31 | 0 | 0.12 | 234.47 | 0.56 | 0.73 |
| Hex | 95 | 9C | E1 | 22 | 1F | 0 | C | EA | 38 | 49 |
| Octal | 225 | 234 | 341 | 42 | 37 | 0 | 14 | 352 | 70 | 111 |
| Binary | 10010101 | 10011100 | 11100001 | 100010 | 11111 | 0 | 1100 | 11101010 | 111000 | 1001001 |
Color Harmonies of #959CE1
Complementary color
Monochromatic Colors of #959CE1
Black with #959CE1
Text Example
Text Example
White with #959CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CE1; }
p { color: rgb(149,156,225); }
H1.HeaderClassName
{
color: #959CE1;
}
.AnyTagClassName
{
color: #959CE1;
}
</style>
background-color css
<style>
a { background-color: #959CE1; }
a { background-color: rgb(149,156,225); }
div.DivClassName
{
background-color: #959CE1;
}
.BgClassName
{
background-color: #959CE1;
}
</style>
border-color css
<style>
span { border-color: #959CE1; }
span { border-color: rgb(149,156,225); }
td.TdClassName
{
border-color: #959CE1;
}
.TagClassName
{
border-color: #959CE1;
}
</style>