Shades of Portage #979BED
Tints of Portage #979BED
RGB
CMYK
RGB Variations
Color information
#979BED (or 0x979BED) is known color: Portage. HEX triplet: 97, 9B and ED. RGB value is (151,155,237). Sum of RGB (Red+Green+Blue) = 151+155+237=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #979BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BED is #686412. Grayscale: #A2A2A2. Windows color (decimal): -6841363 or 15571863. OLE color: 15571863.
HSL color Cylindrical-coordinate representation of color #979BED: hue angle of 237.21º 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 #979BED is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 155 | 237 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.07 |
| HSL | 237.21º | 0.7% | 0.76% | - |
| HSV(B) | 237.21º | 0.36% | 0.93% | - |
| XYZ | 39.77 | 36.14 | 85 | - |
| YUV | 163.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 237 | 0.36 | 0.35 | 0 | 0.07 | 237.21 | 0.7 | 0.76 |
| Hex | 97 | 9B | ED | 24 | 23 | 0 | 7 | ED | 46 | 4C |
| Octal | 227 | 233 | 355 | 44 | 43 | 0 | 7 | 355 | 106 | 114 |
| Binary | 10010111 | 10011011 | 11101101 | 100100 | 100011 | 0 | 111 | 11101101 | 1000110 | 1001100 |
Color Harmonies of #979BED
Complementary color
Monochromatic Colors of #979BED
Black with #979BED
Text Example
Text Example
White with #979BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BED; }
p { color: rgb(151,155,237); }
H1.HeaderClassName
{
color: #979BED;
}
.AnyTagClassName
{
color: #979BED;
}
</style>
background-color css
<style>
a { background-color: #979BED; }
a { background-color: rgb(151,155,237); }
div.DivClassName
{
background-color: #979BED;
}
.BgClassName
{
background-color: #979BED;
}
</style>
border-color css
<style>
span { border-color: #979BED; }
span { border-color: rgb(151,155,237); }
td.TdClassName
{
border-color: #979BED;
}
.TagClassName
{
border-color: #979BED;
}
</style>