Shades of Portage #919DCE
Tints of Portage #919DCE
RGB
CMYK
RGB Variations
Color information
#919DCE (or 0x919DCE) is known color: Portage. HEX triplet: 91, 9D and CE. RGB value is (145,157,206). Sum of RGB (Red+Green+Blue) = 145+157+206=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #919DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCE is #6E6231. Grayscale: #9E9E9E. Windows color (decimal): -7234098 or 13540753. OLE color: 13540753.
HSL color Cylindrical-coordinate representation of color #919DCE: hue angle of 228.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919DCE is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 157 | 206 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.19 |
| HSL | 228.2º | 0.38% | 0.69% | - |
| HSV(B) | 228.2º | 0.3% | 0.81% | - |
| XYZ | 34.87 | 34.59 | 63.23 | - |
| YUV | 159 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 206 | 0.30 | 0.24 | 0 | 0.19 | 228.2 | 0.38 | 0.69 |
| Hex | 91 | 9D | CE | 1E | 18 | 0 | 13 | E4 | 26 | 45 |
| Octal | 221 | 235 | 316 | 36 | 30 | 0 | 23 | 344 | 46 | 105 |
| Binary | 10010001 | 10011101 | 11001110 | 11110 | 11000 | 0 | 10011 | 11100100 | 100110 | 1000101 |
Color Harmonies of #919DCE
Complementary color
Monochromatic Colors of #919DCE
Black with #919DCE
Text Example
Text Example
White with #919DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DCE; }
p { color: rgb(145,157,206); }
H1.HeaderClassName
{
color: #919DCE;
}
.AnyTagClassName
{
color: #919DCE;
}
</style>
background-color css
<style>
a { background-color: #919DCE; }
a { background-color: rgb(145,157,206); }
div.DivClassName
{
background-color: #919DCE;
}
.BgClassName
{
background-color: #919DCE;
}
</style>
border-color css
<style>
span { border-color: #919DCE; }
span { border-color: rgb(145,157,206); }
td.TdClassName
{
border-color: #919DCE;
}
.TagClassName
{
border-color: #919DCE;
}
</style>