Shades of Portage #979CE4
Tints of Portage #979CE4
RGB
CMYK
RGB Variations
Color information
#979CE4 (or 0x979CE4) is known color: Portage. HEX triplet: 97, 9C and E4. RGB value is (151,156,228). Sum of RGB (Red+Green+Blue) = 151+156+228=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #979CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CE4 is #68631B. Grayscale: #A2A2A2. Windows color (decimal): -6841116 or 14982295. OLE color: 14982295.
HSL color Cylindrical-coordinate representation of color #979CE4: hue angle of 236.1º degrees, saturation: 0.59, 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 #979CE4 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 156 | 228 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.11 |
| HSL | 236.1º | 0.59% | 0.74% | - |
| HSV(B) | 236.1º | 0.34% | 0.89% | - |
| XYZ | 38.65 | 35.96 | 78.3 | - |
| YUV | 162.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 228 | 0.34 | 0.32 | 0 | 0.11 | 236.1 | 0.59 | 0.74 |
| Hex | 97 | 9C | E4 | 22 | 20 | 0 | B | EC | 3B | 4A |
| Octal | 227 | 234 | 344 | 42 | 40 | 0 | 13 | 354 | 73 | 112 |
| Binary | 10010111 | 10011100 | 11100100 | 100010 | 100000 | 0 | 1011 | 11101100 | 111011 | 1001010 |
Color Harmonies of #979CE4
Complementary color
Monochromatic Colors of #979CE4
Black with #979CE4
Text Example
Text Example
White with #979CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CE4; }
p { color: rgb(151,156,228); }
H1.HeaderClassName
{
color: #979CE4;
}
.AnyTagClassName
{
color: #979CE4;
}
</style>
background-color css
<style>
a { background-color: #979CE4; }
a { background-color: rgb(151,156,228); }
div.DivClassName
{
background-color: #979CE4;
}
.BgClassName
{
background-color: #979CE4;
}
</style>
border-color css
<style>
span { border-color: #979CE4; }
span { border-color: rgb(151,156,228); }
td.TdClassName
{
border-color: #979CE4;
}
.TagClassName
{
border-color: #979CE4;
}
</style>