Shades of Portage #758BDF
Tints of Portage #758BDF
RGB
CMYK
RGB Variations
Color information
#758BDF (or 0x758BDF) is known color: Portage. HEX triplet: 75, 8B and DF. RGB value is (117,139,223). Sum of RGB (Red+Green+Blue) = 117+139+223=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #758BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BDF is #8A7420. Grayscale: #8D8D8D. Windows color (decimal): -9073697 or 14650229. OLE color: 14650229.
HSL color Cylindrical-coordinate representation of color #758BDF: hue angle of 227.55º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758BDF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 139 | 223 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.13 |
| HSL | 227.55º | 0.62% | 0.67% | - |
| HSV(B) | 227.55º | 0.48% | 0.87% | - |
| XYZ | 29.89 | 27.57 | 73.56 | - |
| YUV | 142 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 223 | 0.48 | 0.38 | 0 | 0.13 | 227.55 | 0.62 | 0.67 |
| Hex | 75 | 8B | DF | 30 | 26 | 0 | D | E4 | 3E | 43 |
| Octal | 165 | 213 | 337 | 60 | 46 | 0 | 15 | 344 | 76 | 103 |
| Binary | 1110101 | 10001011 | 11011111 | 110000 | 100110 | 0 | 1101 | 11100100 | 111110 | 1000011 |
Color Harmonies of #758BDF
Complementary color
Monochromatic Colors of #758BDF
Black with #758BDF
Text Example
Text Example
White with #758BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BDF; }
p { color: rgb(117,139,223); }
H1.HeaderClassName
{
color: #758BDF;
}
.AnyTagClassName
{
color: #758BDF;
}
</style>
background-color css
<style>
a { background-color: #758BDF; }
a { background-color: rgb(117,139,223); }
div.DivClassName
{
background-color: #758BDF;
}
.BgClassName
{
background-color: #758BDF;
}
</style>
border-color css
<style>
span { border-color: #758BDF; }
span { border-color: rgb(117,139,223); }
td.TdClassName
{
border-color: #758BDF;
}
.TagClassName
{
border-color: #758BDF;
}
</style>