Shades of Portage #758FDD
Tints of Portage #758FDD
RGB
CMYK
RGB Variations
Color information
#758FDD (or 0x758FDD) is known color: Portage. HEX triplet: 75, 8F and DD. RGB value is (117,143,221). Sum of RGB (Red+Green+Blue) = 117+143+221=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #758FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FDD is #8A7022. Grayscale: #8F8F8F. Windows color (decimal): -9072675 or 14520181. OLE color: 14520181.
HSL color Cylindrical-coordinate representation of color #758FDD: hue angle of 225º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758FDD is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 143 | 221 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.13 |
| HSL | 225º | 0.6% | 0.66% | - |
| HSV(B) | 225º | 0.47% | 0.87% | - |
| XYZ | 30.21 | 28.65 | 72.34 | - |
| YUV | 144.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 221 | 0.47 | 0.35 | 0 | 0.13 | 225 | 0.6 | 0.66 |
| Hex | 75 | 8F | DD | 2F | 23 | 0 | D | E1 | 3C | 42 |
| Octal | 165 | 217 | 335 | 57 | 43 | 0 | 15 | 341 | 74 | 102 |
| Binary | 1110101 | 10001111 | 11011101 | 101111 | 100011 | 0 | 1101 | 11100001 | 111100 | 1000010 |
Color Harmonies of #758FDD
Complementary color
Monochromatic Colors of #758FDD
Black with #758FDD
Text Example
Text Example
White with #758FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FDD; }
p { color: rgb(117,143,221); }
H1.HeaderClassName
{
color: #758FDD;
}
.AnyTagClassName
{
color: #758FDD;
}
</style>
background-color css
<style>
a { background-color: #758FDD; }
a { background-color: rgb(117,143,221); }
div.DivClassName
{
background-color: #758FDD;
}
.BgClassName
{
background-color: #758FDD;
}
</style>
border-color css
<style>
span { border-color: #758FDD; }
span { border-color: rgb(117,143,221); }
td.TdClassName
{
border-color: #758FDD;
}
.TagClassName
{
border-color: #758FDD;
}
</style>