Shades of Portage #7B95DA
Tints of Portage #7B95DA
RGB
CMYK
RGB Variations
Color information
#7B95DA (or 0x7B95DA) is known color: Portage. HEX triplet: 7B, 95 and DA. RGB value is (123,149,218). Sum of RGB (Red+Green+Blue) = 123+149+218=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B95DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95DA is #846A25. Grayscale: #949494. Windows color (decimal): -8677926 or 14325115. OLE color: 14325115.
HSL color Cylindrical-coordinate representation of color #7B95DA: hue angle of 223.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B95DA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 149 | 218 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.15 |
| HSL | 223.58º | 0.56% | 0.67% | - |
| HSV(B) | 223.58º | 0.44% | 0.85% | - |
| XYZ | 31.57 | 30.77 | 70.6 | - |
| YUV | 149.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 218 | 0.44 | 0.32 | 0 | 0.15 | 223.58 | 0.56 | 0.67 |
| Hex | 7B | 95 | DA | 2C | 20 | 0 | F | E0 | 38 | 43 |
| Octal | 173 | 225 | 332 | 54 | 40 | 0 | 17 | 340 | 70 | 103 |
| Binary | 1111011 | 10010101 | 11011010 | 101100 | 100000 | 0 | 1111 | 11100000 | 111000 | 1000011 |
Color Harmonies of #7B95DA
Complementary color
Monochromatic Colors of #7B95DA
Black with #7B95DA
Text Example
Text Example
White with #7B95DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B95DA; }
p { color: rgb(123,149,218); }
H1.HeaderClassName
{
color: #7B95DA;
}
.AnyTagClassName
{
color: #7B95DA;
}
</style>
background-color css
<style>
a { background-color: #7B95DA; }
a { background-color: rgb(123,149,218); }
div.DivClassName
{
background-color: #7B95DA;
}
.BgClassName
{
background-color: #7B95DA;
}
</style>
border-color css
<style>
span { border-color: #7B95DA; }
span { border-color: rgb(123,149,218); }
td.TdClassName
{
border-color: #7B95DA;
}
.TagClassName
{
border-color: #7B95DA;
}
</style>