Shades of Portage #979DDF
Tints of Portage #979DDF
RGB
CMYK
RGB Variations
Color information
#979DDF (or 0x979DDF) is known color: Portage. HEX triplet: 97, 9D and DF. RGB value is (151,157,223). Sum of RGB (Red+Green+Blue) = 151+157+223=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #979DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DDF is #686220. Grayscale: #A2A2A2. Windows color (decimal): -6840865 or 14654871. OLE color: 14654871.
HSL color Cylindrical-coordinate representation of color #979DDF: hue angle of 235º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979DDF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 157 | 223 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 235º | 0.53% | 0.73% | - |
| HSV(B) | 235º | 0.32% | 0.87% | - |
| XYZ | 38.14 | 36.02 | 74.75 | - |
| YUV | 162.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 223 | 0.32 | 0.30 | 0 | 0.13 | 235 | 0.53 | 0.73 |
| Hex | 97 | 9D | DF | 20 | 1E | 0 | D | EB | 35 | 49 |
| Octal | 227 | 235 | 337 | 40 | 36 | 0 | 15 | 353 | 65 | 111 |
| Binary | 10010111 | 10011101 | 11011111 | 100000 | 11110 | 0 | 1101 | 11101011 | 110101 | 1001001 |
Color Harmonies of #979DDF
Complementary color
Monochromatic Colors of #979DDF
Black with #979DDF
Text Example
Text Example
White with #979DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DDF; }
p { color: rgb(151,157,223); }
H1.HeaderClassName
{
color: #979DDF;
}
.AnyTagClassName
{
color: #979DDF;
}
</style>
background-color css
<style>
a { background-color: #979DDF; }
a { background-color: rgb(151,157,223); }
div.DivClassName
{
background-color: #979DDF;
}
.BgClassName
{
background-color: #979DDF;
}
</style>
border-color css
<style>
span { border-color: #979DDF; }
span { border-color: rgb(151,157,223); }
td.TdClassName
{
border-color: #979DDF;
}
.TagClassName
{
border-color: #979DDF;
}
</style>