Shades of Portage #918FDC
Tints of Portage #918FDC
RGB
CMYK
RGB Variations
Color information
#918FDC (or 0x918FDC) is known color: Portage. HEX triplet: 91, 8F and DC. RGB value is (145,143,220). Sum of RGB (Red+Green+Blue) = 145+143+220=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #918FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDC is #6E7023. Grayscale: #989898. Windows color (decimal): -7237668 or 14454673. OLE color: 14454673.
HSL color Cylindrical-coordinate representation of color #918FDC: hue angle of 241.56º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918FDC is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 143 | 220 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.14 |
| HSL | 241.56º | 0.52% | 0.71% | - |
| HSV(B) | 241.56º | 0.35% | 0.86% | - |
| XYZ | 34.42 | 30.83 | 71.85 | - |
| YUV | 152.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 220 | 0.34 | 0.35 | 0 | 0.14 | 241.56 | 0.52 | 0.71 |
| Hex | 91 | 8F | DC | 22 | 23 | 0 | E | F2 | 34 | 47 |
| Octal | 221 | 217 | 334 | 42 | 43 | 0 | 16 | 362 | 64 | 107 |
| Binary | 10010001 | 10001111 | 11011100 | 100010 | 100011 | 0 | 1110 | 11110010 | 110100 | 1000111 |
Color Harmonies of #918FDC
Complementary color
Monochromatic Colors of #918FDC
Black with #918FDC
Text Example
Text Example
White with #918FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FDC; }
p { color: rgb(145,143,220); }
H1.HeaderClassName
{
color: #918FDC;
}
.AnyTagClassName
{
color: #918FDC;
}
</style>
background-color css
<style>
a { background-color: #918FDC; }
a { background-color: rgb(145,143,220); }
div.DivClassName
{
background-color: #918FDC;
}
.BgClassName
{
background-color: #918FDC;
}
</style>
border-color css
<style>
span { border-color: #918FDC; }
span { border-color: rgb(145,143,220); }
td.TdClassName
{
border-color: #918FDC;
}
.TagClassName
{
border-color: #918FDC;
}
</style>