Shades of Portage #979BEE
Tints of Portage #979BEE
RGB
CMYK
RGB Variations
Color information
#979BEE (or 0x979BEE) is known color: Portage. HEX triplet: 97, 9B and EE. RGB value is (151,155,238). Sum of RGB (Red+Green+Blue) = 151+155+238=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #979BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BEE is #686411. Grayscale: #A2A2A2. Windows color (decimal): -6841362 or 15637399. OLE color: 15637399.
HSL color Cylindrical-coordinate representation of color #979BEE: hue angle of 237.24º 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 #979BEE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 155 | 238 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.07 |
| HSL | 237.24º | 0.72% | 0.76% | - |
| HSV(B) | 237.24º | 0.37% | 0.93% | - |
| XYZ | 39.92 | 36.2 | 85.77 | - |
| YUV | 163.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 238 | 0.37 | 0.35 | 0 | 0.07 | 237.24 | 0.72 | 0.76 |
| Hex | 97 | 9B | EE | 25 | 23 | 0 | 7 | ED | 48 | 4C |
| Octal | 227 | 233 | 356 | 45 | 43 | 0 | 7 | 355 | 110 | 114 |
| Binary | 10010111 | 10011011 | 11101110 | 100101 | 100011 | 0 | 111 | 11101101 | 1001000 | 1001100 |
Color Harmonies of #979BEE
Complementary color
Monochromatic Colors of #979BEE
Black with #979BEE
Text Example
Text Example
White with #979BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BEE; }
p { color: rgb(151,155,238); }
H1.HeaderClassName
{
color: #979BEE;
}
.AnyTagClassName
{
color: #979BEE;
}
</style>
background-color css
<style>
a { background-color: #979BEE; }
a { background-color: rgb(151,155,238); }
div.DivClassName
{
background-color: #979BEE;
}
.BgClassName
{
background-color: #979BEE;
}
</style>
border-color css
<style>
span { border-color: #979BEE; }
span { border-color: rgb(151,155,238); }
td.TdClassName
{
border-color: #979BEE;
}
.TagClassName
{
border-color: #979BEE;
}
</style>