Shades of Portage #988CEE
Tints of Portage #988CEE
RGB
CMYK
RGB Variations
Color information
#988CEE (or 0x988CEE) is known color: Portage. HEX triplet: 98, 8C and EE. RGB value is (152,140,238). Sum of RGB (Red+Green+Blue) = 152+140+238=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #988CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CEE is #677311. Grayscale: #9A9A9A. Windows color (decimal): -6779666 or 15633560. OLE color: 15633560.
HSL color Cylindrical-coordinate representation of color #988CEE: hue angle of 247.35º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988CEE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 140 | 238 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 247.35º | 0.74% | 0.74% | - |
| HSV(B) | 247.35º | 0.41% | 0.93% | - |
| XYZ | 37.76 | 31.6 | 85 | - |
| YUV | 154.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 238 | 0.36 | 0.41 | 0 | 0.07 | 247.35 | 0.74 | 0.74 |
| Hex | 98 | 8C | EE | 24 | 29 | 0 | 7 | F7 | 4A | 4A |
| Octal | 230 | 214 | 356 | 44 | 51 | 0 | 7 | 367 | 112 | 112 |
| Binary | 10011000 | 10001100 | 11101110 | 100100 | 101001 | 0 | 111 | 11110111 | 1001010 | 1001010 |
Color Harmonies of #988CEE
Complementary color
Monochromatic Colors of #988CEE
Black with #988CEE
Text Example
Text Example
White with #988CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CEE; }
p { color: rgb(152,140,238); }
H1.HeaderClassName
{
color: #988CEE;
}
.AnyTagClassName
{
color: #988CEE;
}
</style>
background-color css
<style>
a { background-color: #988CEE; }
a { background-color: rgb(152,140,238); }
div.DivClassName
{
background-color: #988CEE;
}
.BgClassName
{
background-color: #988CEE;
}
</style>
border-color css
<style>
span { border-color: #988CEE; }
span { border-color: rgb(152,140,238); }
td.TdClassName
{
border-color: #988CEE;
}
.TagClassName
{
border-color: #988CEE;
}
</style>