Shades of Portage #999CEA
Tints of Portage #999CEA
RGB
CMYK
RGB Variations
Color information
#999CEA (or 0x999CEA) is known color: Portage. HEX triplet: 99, 9C and EA. RGB value is (153,156,234). Sum of RGB (Red+Green+Blue) = 153+156+234=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #999CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CEA is #666315. Grayscale: #A3A3A3. Windows color (decimal): -6710038 or 15375513. OLE color: 15375513.
HSL color Cylindrical-coordinate representation of color #999CEA: hue angle of 237.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999CEA is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 156 | 234 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.08 |
| HSL | 237.78º | 0.66% | 0.76% | - |
| HSV(B) | 237.78º | 0.35% | 0.92% | - |
| XYZ | 39.88 | 36.49 | 82.78 | - |
| YUV | 164 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 234 | 0.35 | 0.33 | 0 | 0.08 | 237.78 | 0.66 | 0.76 |
| Hex | 99 | 9C | EA | 23 | 21 | 0 | 8 | EE | 42 | 4C |
| Octal | 231 | 234 | 352 | 43 | 41 | 0 | 10 | 356 | 102 | 114 |
| Binary | 10011001 | 10011100 | 11101010 | 100011 | 100001 | 0 | 1000 | 11101110 | 1000010 | 1001100 |
Color Harmonies of #999CEA
Complementary color
Monochromatic Colors of #999CEA
Black with #999CEA
Text Example
Text Example
White with #999CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CEA; }
p { color: rgb(153,156,234); }
H1.HeaderClassName
{
color: #999CEA;
}
.AnyTagClassName
{
color: #999CEA;
}
</style>
background-color css
<style>
a { background-color: #999CEA; }
a { background-color: rgb(153,156,234); }
div.DivClassName
{
background-color: #999CEA;
}
.BgClassName
{
background-color: #999CEA;
}
</style>
border-color css
<style>
span { border-color: #999CEA; }
span { border-color: rgb(153,156,234); }
td.TdClassName
{
border-color: #999CEA;
}
.TagClassName
{
border-color: #999CEA;
}
</style>