Shades of Portage #919DED
Tints of Portage #919DED
RGB
CMYK
RGB Variations
Color information
#919DED (or 0x919DED) is known color: Portage. HEX triplet: 91, 9D and ED. RGB value is (145,157,237). Sum of RGB (Red+Green+Blue) = 145+157+237=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #919DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DED is #6E6212. Grayscale: #A2A2A2. Windows color (decimal): -7234067 or 15572369. OLE color: 15572369.
HSL color Cylindrical-coordinate representation of color #919DED: hue angle of 232.17º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919DED is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 157 | 237 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.17º | 0.72% | 0.75% | - |
| HSV(B) | 232.17º | 0.39% | 0.93% | - |
| XYZ | 39.02 | 36.25 | 85.06 | - |
| YUV | 162.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 237 | 0.39 | 0.34 | 0 | 0.07 | 232.17 | 0.72 | 0.75 |
| Hex | 91 | 9D | ED | 27 | 22 | 0 | 7 | E8 | 48 | 4B |
| Octal | 221 | 235 | 355 | 47 | 42 | 0 | 7 | 350 | 110 | 113 |
| Binary | 10010001 | 10011101 | 11101101 | 100111 | 100010 | 0 | 111 | 11101000 | 1001000 | 1001011 |
Color Harmonies of #919DED
Complementary color
Monochromatic Colors of #919DED
Black with #919DED
Text Example
Text Example
White with #919DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DED; }
p { color: rgb(145,157,237); }
H1.HeaderClassName
{
color: #919DED;
}
.AnyTagClassName
{
color: #919DED;
}
</style>
background-color css
<style>
a { background-color: #919DED; }
a { background-color: rgb(145,157,237); }
div.DivClassName
{
background-color: #919DED;
}
.BgClassName
{
background-color: #919DED;
}
</style>
border-color css
<style>
span { border-color: #919DED; }
span { border-color: rgb(145,157,237); }
td.TdClassName
{
border-color: #919DED;
}
.TagClassName
{
border-color: #919DED;
}
</style>