Shades of Portage #7B99DF
Tints of Portage #7B99DF
RGB
CMYK
RGB Variations
Color information
#7B99DF (or 0x7B99DF) is known color: Portage. HEX triplet: 7B, 99 and DF. RGB value is (123,153,223). Sum of RGB (Red+Green+Blue) = 123+153+223=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B99DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99DF is #846620. Grayscale: #979797. Windows color (decimal): -8676897 or 14653819. OLE color: 14653819.
HSL color Cylindrical-coordinate representation of color #7B99DF: hue angle of 222º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B99DF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 153 | 223 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.13 |
| HSL | 222º | 0.61% | 0.68% | - |
| HSV(B) | 222º | 0.45% | 0.87% | - |
| XYZ | 32.88 | 32.32 | 74.32 | - |
| YUV | 152.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 223 | 0.45 | 0.31 | 0 | 0.13 | 222 | 0.61 | 0.68 |
| Hex | 7B | 99 | DF | 2D | 1F | 0 | D | DE | 3D | 44 |
| Octal | 173 | 231 | 337 | 55 | 37 | 0 | 15 | 336 | 75 | 104 |
| Binary | 1111011 | 10011001 | 11011111 | 101101 | 11111 | 0 | 1101 | 11011110 | 111101 | 1000100 |
Color Harmonies of #7B99DF
Complementary color
Monochromatic Colors of #7B99DF
Black with #7B99DF
Text Example
Text Example
White with #7B99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B99DF; }
p { color: rgb(123,153,223); }
H1.HeaderClassName
{
color: #7B99DF;
}
.AnyTagClassName
{
color: #7B99DF;
}
</style>
background-color css
<style>
a { background-color: #7B99DF; }
a { background-color: rgb(123,153,223); }
div.DivClassName
{
background-color: #7B99DF;
}
.BgClassName
{
background-color: #7B99DF;
}
</style>
border-color css
<style>
span { border-color: #7B99DF; }
span { border-color: rgb(123,153,223); }
td.TdClassName
{
border-color: #7B99DF;
}
.TagClassName
{
border-color: #7B99DF;
}
</style>