Shades of Portage #979CE3
Tints of Portage #979CE3
RGB
CMYK
RGB Variations
Color information
#979CE3 (or 0x979CE3) is known color: Portage. HEX triplet: 97, 9C and E3. RGB value is (151,156,227). Sum of RGB (Red+Green+Blue) = 151+156+227=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #979CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CE3 is #68631C. Grayscale: #A2A2A2. Windows color (decimal): -6841117 or 14916759. OLE color: 14916759.
HSL color Cylindrical-coordinate representation of color #979CE3: hue angle of 236.05º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #979CE3 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 156 | 227 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.11 |
| HSL | 236.05º | 0.58% | 0.74% | - |
| HSV(B) | 236.05º | 0.33% | 0.89% | - |
| XYZ | 38.52 | 35.9 | 77.57 | - |
| YUV | 162.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 227 | 0.33 | 0.31 | 0 | 0.11 | 236.05 | 0.58 | 0.74 |
| Hex | 97 | 9C | E3 | 21 | 1F | 0 | B | EC | 3A | 4A |
| Octal | 227 | 234 | 343 | 41 | 37 | 0 | 13 | 354 | 72 | 112 |
| Binary | 10010111 | 10011100 | 11100011 | 100001 | 11111 | 0 | 1011 | 11101100 | 111010 | 1001010 |
Color Harmonies of #979CE3
Complementary color
Monochromatic Colors of #979CE3
Black with #979CE3
Text Example
Text Example
White with #979CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CE3; }
p { color: rgb(151,156,227); }
H1.HeaderClassName
{
color: #979CE3;
}
.AnyTagClassName
{
color: #979CE3;
}
</style>
background-color css
<style>
a { background-color: #979CE3; }
a { background-color: rgb(151,156,227); }
div.DivClassName
{
background-color: #979CE3;
}
.BgClassName
{
background-color: #979CE3;
}
</style>
border-color css
<style>
span { border-color: #979CE3; }
span { border-color: rgb(151,156,227); }
td.TdClassName
{
border-color: #979CE3;
}
.TagClassName
{
border-color: #979CE3;
}
</style>