Shades of Portage #919CD0
Tints of Portage #919CD0
RGB
CMYK
RGB Variations
Color information
#919CD0 (or 0x919CD0) is known color: Portage. HEX triplet: 91, 9C and D0. RGB value is (145,156,208). Sum of RGB (Red+Green+Blue) = 145+156+208=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #919CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CD0 is #6E632F. Grayscale: #9E9E9E. Windows color (decimal): -7234352 or 13671569. OLE color: 13671569.
HSL color Cylindrical-coordinate representation of color #919CD0: hue angle of 229.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919CD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 156 | 208 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.18 |
| HSL | 229.52º | 0.4% | 0.69% | - |
| HSV(B) | 229.52º | 0.3% | 0.82% | - |
| XYZ | 34.95 | 34.35 | 64.46 | - |
| YUV | 158.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 208 | 0.30 | 0.25 | 0 | 0.18 | 229.52 | 0.4 | 0.69 |
| Hex | 91 | 9C | D0 | 1E | 19 | 0 | 12 | E6 | 28 | 45 |
| Octal | 221 | 234 | 320 | 36 | 31 | 0 | 22 | 346 | 50 | 105 |
| Binary | 10010001 | 10011100 | 11010000 | 11110 | 11001 | 0 | 10010 | 11100110 | 101000 | 1000101 |
Color Harmonies of #919CD0
Complementary color
Monochromatic Colors of #919CD0
Black with #919CD0
Text Example
Text Example
White with #919CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CD0; }
p { color: rgb(145,156,208); }
H1.HeaderClassName
{
color: #919CD0;
}
.AnyTagClassName
{
color: #919CD0;
}
</style>
background-color css
<style>
a { background-color: #919CD0; }
a { background-color: rgb(145,156,208); }
div.DivClassName
{
background-color: #919CD0;
}
.BgClassName
{
background-color: #919CD0;
}
</style>
border-color css
<style>
span { border-color: #919CD0; }
span { border-color: rgb(145,156,208); }
td.TdClassName
{
border-color: #919CD0;
}
.TagClassName
{
border-color: #919CD0;
}
</style>