Shades of Portage #979CEF
Tints of Portage #979CEF
RGB
CMYK
RGB Variations
Color information
#979CEF (or 0x979CEF) is known color: Portage. HEX triplet: 97, 9C and EF. RGB value is (151,156,239). Sum of RGB (Red+Green+Blue) = 151+156+239=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #979CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CEF is #686310. Grayscale: #A3A3A3. Windows color (decimal): -6841105 or 15703191. OLE color: 15703191.
HSL color Cylindrical-coordinate representation of color #979CEF: hue angle of 236.59º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979CEF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 156 | 239 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.06 |
| HSL | 236.59º | 0.73% | 0.76% | - |
| HSV(B) | 236.59º | 0.37% | 0.94% | - |
| XYZ | 40.23 | 36.59 | 86.6 | - |
| YUV | 163.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 239 | 0.37 | 0.35 | 0 | 0.06 | 236.59 | 0.73 | 0.76 |
| Hex | 97 | 9C | EF | 25 | 23 | 0 | 6 | ED | 49 | 4C |
| Octal | 227 | 234 | 357 | 45 | 43 | 0 | 6 | 355 | 111 | 114 |
| Binary | 10010111 | 10011100 | 11101111 | 100101 | 100011 | 0 | 110 | 11101101 | 1001001 | 1001100 |
Color Harmonies of #979CEF
Complementary color
Monochromatic Colors of #979CEF
Black with #979CEF
Text Example
Text Example
White with #979CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CEF; }
p { color: rgb(151,156,239); }
H1.HeaderClassName
{
color: #979CEF;
}
.AnyTagClassName
{
color: #979CEF;
}
</style>
background-color css
<style>
a { background-color: #979CEF; }
a { background-color: rgb(151,156,239); }
div.DivClassName
{
background-color: #979CEF;
}
.BgClassName
{
background-color: #979CEF;
}
</style>
border-color css
<style>
span { border-color: #979CEF; }
span { border-color: rgb(151,156,239); }
td.TdClassName
{
border-color: #979CEF;
}
.TagClassName
{
border-color: #979CEF;
}
</style>