Shades of Portage #979CE5
Tints of Portage #979CE5
RGB
CMYK
RGB Variations
Color information
#979CE5 (or 0x979CE5) is known color: Portage. HEX triplet: 97, 9C and E5. RGB value is (151,156,229). Sum of RGB (Red+Green+Blue) = 151+156+229=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #979CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CE5 is #68631A. Grayscale: #A2A2A2. Windows color (decimal): -6841115 or 15047831. OLE color: 15047831.
HSL color Cylindrical-coordinate representation of color #979CE5: hue angle of 236.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979CE5 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 156 | 229 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.10 |
| HSL | 236.15º | 0.6% | 0.75% | - |
| HSV(B) | 236.15º | 0.34% | 0.9% | - |
| XYZ | 38.79 | 36.01 | 79.04 | - |
| YUV | 162.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 229 | 0.34 | 0.32 | 0 | 0.10 | 236.15 | 0.6 | 0.75 |
| Hex | 97 | 9C | E5 | 22 | 20 | 0 | A | EC | 3C | 4B |
| Octal | 227 | 234 | 345 | 42 | 40 | 0 | 12 | 354 | 74 | 113 |
| Binary | 10010111 | 10011100 | 11100101 | 100010 | 100000 | 0 | 1010 | 11101100 | 111100 | 1001011 |
Color Harmonies of #979CE5
Complementary color
Monochromatic Colors of #979CE5
Black with #979CE5
Text Example
Text Example
White with #979CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CE5; }
p { color: rgb(151,156,229); }
H1.HeaderClassName
{
color: #979CE5;
}
.AnyTagClassName
{
color: #979CE5;
}
</style>
background-color css
<style>
a { background-color: #979CE5; }
a { background-color: rgb(151,156,229); }
div.DivClassName
{
background-color: #979CE5;
}
.BgClassName
{
background-color: #979CE5;
}
</style>
border-color css
<style>
span { border-color: #979CE5; }
span { border-color: rgb(151,156,229); }
td.TdClassName
{
border-color: #979CE5;
}
.TagClassName
{
border-color: #979CE5;
}
</style>