Shades of Portage #919CEB
Tints of Portage #919CEB
RGB
CMYK
RGB Variations
Color information
#919CEB (or 0x919CEB) is known color: Portage. HEX triplet: 91, 9C and EB. RGB value is (145,156,235). Sum of RGB (Red+Green+Blue) = 145+156+235=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #919CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CEB is #6E6314. Grayscale: #A1A1A1. Windows color (decimal): -7234325 or 15441041. OLE color: 15441041.
HSL color Cylindrical-coordinate representation of color #919CEB: hue angle of 232.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919CEB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 156 | 235 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.08 |
| HSL | 232.67º | 0.69% | 0.75% | - |
| HSV(B) | 232.67º | 0.38% | 0.92% | - |
| XYZ | 38.56 | 35.79 | 83.47 | - |
| YUV | 161.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 235 | 0.38 | 0.34 | 0 | 0.08 | 232.67 | 0.69 | 0.75 |
| Hex | 91 | 9C | EB | 26 | 22 | 0 | 8 | E9 | 45 | 4B |
| Octal | 221 | 234 | 353 | 46 | 42 | 0 | 10 | 351 | 105 | 113 |
| Binary | 10010001 | 10011100 | 11101011 | 100110 | 100010 | 0 | 1000 | 11101001 | 1000101 | 1001011 |
Color Harmonies of #919CEB
Complementary color
Monochromatic Colors of #919CEB
Black with #919CEB
Text Example
Text Example
White with #919CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CEB; }
p { color: rgb(145,156,235); }
H1.HeaderClassName
{
color: #919CEB;
}
.AnyTagClassName
{
color: #919CEB;
}
</style>
background-color css
<style>
a { background-color: #919CEB; }
a { background-color: rgb(145,156,235); }
div.DivClassName
{
background-color: #919CEB;
}
.BgClassName
{
background-color: #919CEB;
}
</style>
border-color css
<style>
span { border-color: #919CEB; }
span { border-color: rgb(145,156,235); }
td.TdClassName
{
border-color: #919CEB;
}
.TagClassName
{
border-color: #919CEB;
}
</style>