Shades of Portage #979CFF
Tints of Portage #979CFF
RGB
CMYK
RGB Variations
Color information
#979CFF (or 0x979CFF) is known color: Portage. HEX triplet: 97, 9C and FF. RGB value is (151,156,255). Sum of RGB (Red+Green+Blue) = 151+156+255=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #979CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CFF is #686300. Grayscale: #A5A5A5. Windows color (decimal): -6841089 or 16751767. OLE color: 16751767.
HSL color Cylindrical-coordinate representation of color #979CFF: hue angle of 237.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979CFF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 156 | 255 | - |
| CMYK | 0.41 | 0.39 | 0 | 0 |
| HSL | 237.12º | 1% | 0.8% | - |
| HSV(B) | 237.12º | 0.41% | 1% | - |
| XYZ | 42.7 | 37.58 | 99.61 | - |
| YUV | 165.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 255 | 0.41 | 0.39 | 0 | 0 | 237.12 | 1 | 0.8 |
| Hex | 97 | 9C | FF | 29 | 27 | 0 | 0 | ED | 64 | 50 |
| Octal | 227 | 234 | 377 | 51 | 47 | 0 | 0 | 355 | 144 | 120 |
| Binary | 10010111 | 10011100 | 11111111 | 101001 | 100111 | 0 | 0 | 11101101 | 1100100 | 1010000 |
Color Harmonies of #979CFF
Complementary color
Monochromatic Colors of #979CFF
Black with #979CFF
Text Example
Text Example
White with #979CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CFF; }
p { color: rgb(151,156,255); }
H1.HeaderClassName
{
color: #979CFF;
}
.AnyTagClassName
{
color: #979CFF;
}
</style>
background-color css
<style>
a { background-color: #979CFF; }
a { background-color: rgb(151,156,255); }
div.DivClassName
{
background-color: #979CFF;
}
.BgClassName
{
background-color: #979CFF;
}
</style>
border-color css
<style>
span { border-color: #979CFF; }
span { border-color: rgb(151,156,255); }
td.TdClassName
{
border-color: #979CFF;
}
.TagClassName
{
border-color: #979CFF;
}
</style>