Shades of Portage #979BF3
Tints of Portage #979BF3
RGB
CMYK
RGB Variations
Color information
#979BF3 (or 0x979BF3) is known color: Portage. HEX triplet: 97, 9B and F3. RGB value is (151,155,243). Sum of RGB (Red+Green+Blue) = 151+155+243=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #979BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BF3 is #68640C. Grayscale: #A3A3A3. Windows color (decimal): -6841357 or 15965079. OLE color: 15965079.
HSL color Cylindrical-coordinate representation of color #979BF3: hue angle of 237.39º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979BF3 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 155 | 243 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.05 |
| HSL | 237.39º | 0.79% | 0.77% | - |
| HSV(B) | 237.39º | 0.38% | 0.95% | - |
| XYZ | 40.66 | 36.49 | 89.69 | - |
| YUV | 163.84 | 172.67 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 243 | 0.38 | 0.36 | 0 | 0.05 | 237.39 | 0.79 | 0.77 |
| Hex | 97 | 9B | F3 | 26 | 24 | 0 | 5 | ED | 4F | 4D |
| Octal | 227 | 233 | 363 | 46 | 44 | 0 | 5 | 355 | 117 | 115 |
| Binary | 10010111 | 10011011 | 11110011 | 100110 | 100100 | 0 | 101 | 11101101 | 1001111 | 1001101 |
Color Harmonies of #979BF3
Complementary color
Monochromatic Colors of #979BF3
Black with #979BF3
Text Example
Text Example
White with #979BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BF3; }
p { color: rgb(151,155,243); }
H1.HeaderClassName
{
color: #979BF3;
}
.AnyTagClassName
{
color: #979BF3;
}
</style>
background-color css
<style>
a { background-color: #979BF3; }
a { background-color: rgb(151,155,243); }
div.DivClassName
{
background-color: #979BF3;
}
.BgClassName
{
background-color: #979BF3;
}
</style>
border-color css
<style>
span { border-color: #979BF3; }
span { border-color: rgb(151,155,243); }
td.TdClassName
{
border-color: #979BF3;
}
.TagClassName
{
border-color: #979BF3;
}
</style>