Shades of Portage #979AED
Tints of Portage #979AED
RGB
CMYK
RGB Variations
Color information
#979AED (or 0x979AED) is known color: Portage. HEX triplet: 97, 9A and ED. RGB value is (151,154,237). Sum of RGB (Red+Green+Blue) = 151+154+237=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #979AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AED is #686512. Grayscale: #A2A2A2. Windows color (decimal): -6841619 or 15571607. OLE color: 15571607.
HSL color Cylindrical-coordinate representation of color #979AED: hue angle of 237.91º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979AED is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 154 | 237 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.07 |
| HSL | 237.91º | 0.7% | 0.76% | - |
| HSV(B) | 237.91º | 0.36% | 0.93% | - |
| XYZ | 39.6 | 35.8 | 84.94 | - |
| YUV | 162.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 237 | 0.36 | 0.35 | 0 | 0.07 | 237.91 | 0.7 | 0.76 |
| Hex | 97 | 9A | ED | 24 | 23 | 0 | 7 | EE | 46 | 4C |
| Octal | 227 | 232 | 355 | 44 | 43 | 0 | 7 | 356 | 106 | 114 |
| Binary | 10010111 | 10011010 | 11101101 | 100100 | 100011 | 0 | 111 | 11101110 | 1000110 | 1001100 |
Color Harmonies of #979AED
Complementary color
Monochromatic Colors of #979AED
Black with #979AED
Text Example
Text Example
White with #979AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979AED; }
p { color: rgb(151,154,237); }
H1.HeaderClassName
{
color: #979AED;
}
.AnyTagClassName
{
color: #979AED;
}
</style>
background-color css
<style>
a { background-color: #979AED; }
a { background-color: rgb(151,154,237); }
div.DivClassName
{
background-color: #979AED;
}
.BgClassName
{
background-color: #979AED;
}
</style>
border-color css
<style>
span { border-color: #979AED; }
span { border-color: rgb(151,154,237); }
td.TdClassName
{
border-color: #979AED;
}
.TagClassName
{
border-color: #979AED;
}
</style>