Shades of Portage #919CED
Tints of Portage #919CED
RGB
CMYK
RGB Variations
Color information
#919CED (or 0x919CED) is known color: Portage. HEX triplet: 91, 9C and ED. RGB value is (145,156,237). Sum of RGB (Red+Green+Blue) = 145+156+237=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #919CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CED is #6E6312. Grayscale: #A1A1A1. Windows color (decimal): -7234323 or 15572113. OLE color: 15572113.
HSL color Cylindrical-coordinate representation of color #919CED: hue angle of 232.83º 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 #919CED is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 156 | 237 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.83º | 0.72% | 0.75% | - |
| HSV(B) | 232.83º | 0.39% | 0.93% | - |
| XYZ | 38.85 | 35.91 | 85 | - |
| YUV | 161.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 237 | 0.39 | 0.34 | 0 | 0.07 | 232.83 | 0.72 | 0.75 |
| Hex | 91 | 9C | ED | 27 | 22 | 0 | 7 | E9 | 48 | 4B |
| Octal | 221 | 234 | 355 | 47 | 42 | 0 | 7 | 351 | 110 | 113 |
| Binary | 10010001 | 10011100 | 11101101 | 100111 | 100010 | 0 | 111 | 11101001 | 1001000 | 1001011 |
Color Harmonies of #919CED
Complementary color
Monochromatic Colors of #919CED
Black with #919CED
Text Example
Text Example
White with #919CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CED; }
p { color: rgb(145,156,237); }
H1.HeaderClassName
{
color: #919CED;
}
.AnyTagClassName
{
color: #919CED;
}
</style>
background-color css
<style>
a { background-color: #919CED; }
a { background-color: rgb(145,156,237); }
div.DivClassName
{
background-color: #919CED;
}
.BgClassName
{
background-color: #919CED;
}
</style>
border-color css
<style>
span { border-color: #919CED; }
span { border-color: rgb(145,156,237); }
td.TdClassName
{
border-color: #919CED;
}
.TagClassName
{
border-color: #919CED;
}
</style>