Shades of Portage #919EDC
Tints of Portage #919EDC
RGB
CMYK
RGB Variations
Color information
#919EDC (or 0x919EDC) is known color: Portage. HEX triplet: 91, 9E and DC. RGB value is (145,158,220). Sum of RGB (Red+Green+Blue) = 145+158+220=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #919EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDC is #6E6123. Grayscale: #A0A0A0. Windows color (decimal): -7233828 or 14458513. OLE color: 14458513.
HSL color Cylindrical-coordinate representation of color #919EDC: hue angle of 229.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919EDC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 158 | 220 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.14 |
| HSL | 229.6º | 0.52% | 0.72% | - |
| HSV(B) | 229.6º | 0.34% | 0.86% | - |
| XYZ | 36.82 | 35.64 | 72.65 | - |
| YUV | 161.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 220 | 0.34 | 0.28 | 0 | 0.14 | 229.6 | 0.52 | 0.72 |
| Hex | 91 | 9E | DC | 22 | 1C | 0 | E | E6 | 34 | 48 |
| Octal | 221 | 236 | 334 | 42 | 34 | 0 | 16 | 346 | 64 | 110 |
| Binary | 10010001 | 10011110 | 11011100 | 100010 | 11100 | 0 | 1110 | 11100110 | 110100 | 1001000 |
Color Harmonies of #919EDC
Complementary color
Monochromatic Colors of #919EDC
Black with #919EDC
Text Example
Text Example
White with #919EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EDC; }
p { color: rgb(145,158,220); }
H1.HeaderClassName
{
color: #919EDC;
}
.AnyTagClassName
{
color: #919EDC;
}
</style>
background-color css
<style>
a { background-color: #919EDC; }
a { background-color: rgb(145,158,220); }
div.DivClassName
{
background-color: #919EDC;
}
.BgClassName
{
background-color: #919EDC;
}
</style>
border-color css
<style>
span { border-color: #919EDC; }
span { border-color: rgb(145,158,220); }
td.TdClassName
{
border-color: #919EDC;
}
.TagClassName
{
border-color: #919EDC;
}
</style>