Shades of Portage #979CEE
Tints of Portage #979CEE
RGB
CMYK
RGB Variations
Color information
#979CEE (or 0x979CEE) is known color: Portage. HEX triplet: 97, 9C and EE. RGB value is (151,156,238). Sum of RGB (Red+Green+Blue) = 151+156+238=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #979CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CEE is #686311. Grayscale: #A3A3A3. Windows color (decimal): -6841106 or 15637655. OLE color: 15637655.
HSL color Cylindrical-coordinate representation of color #979CEE: hue angle of 236.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979CEE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 156 | 238 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.07 |
| HSL | 236.55º | 0.72% | 0.76% | - |
| HSV(B) | 236.55º | 0.37% | 0.93% | - |
| XYZ | 40.08 | 36.53 | 85.83 | - |
| YUV | 163.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 238 | 0.37 | 0.34 | 0 | 0.07 | 236.55 | 0.72 | 0.76 |
| Hex | 97 | 9C | EE | 25 | 22 | 0 | 7 | ED | 48 | 4C |
| Octal | 227 | 234 | 356 | 45 | 42 | 0 | 7 | 355 | 110 | 114 |
| Binary | 10010111 | 10011100 | 11101110 | 100101 | 100010 | 0 | 111 | 11101101 | 1001000 | 1001100 |
Color Harmonies of #979CEE
Complementary color
Monochromatic Colors of #979CEE
Black with #979CEE
Text Example
Text Example
White with #979CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CEE; }
p { color: rgb(151,156,238); }
H1.HeaderClassName
{
color: #979CEE;
}
.AnyTagClassName
{
color: #979CEE;
}
</style>
background-color css
<style>
a { background-color: #979CEE; }
a { background-color: rgb(151,156,238); }
div.DivClassName
{
background-color: #979CEE;
}
.BgClassName
{
background-color: #979CEE;
}
</style>
border-color css
<style>
span { border-color: #979CEE; }
span { border-color: rgb(151,156,238); }
td.TdClassName
{
border-color: #979CEE;
}
.TagClassName
{
border-color: #979CEE;
}
</style>