Shades of Portage #7588DF
Tints of Portage #7588DF
RGB
CMYK
RGB Variations
Color information
#7588DF (or 0x7588DF) is known color: Portage. HEX triplet: 75, 88 and DF. RGB value is (117,136,223). Sum of RGB (Red+Green+Blue) = 117+136+223=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #7588DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588DF is #8A7720. Grayscale: #8B8B8B. Windows color (decimal): -9074465 or 14649461. OLE color: 14649461.
HSL color Cylindrical-coordinate representation of color #7588DF: hue angle of 229.25º 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 #7588DF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 136 | 223 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.13 |
| HSL | 229.25º | 0.62% | 0.67% | - |
| HSV(B) | 229.25º | 0.48% | 0.87% | - |
| XYZ | 29.46 | 26.72 | 73.42 | - |
| YUV | 140.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 223 | 0.48 | 0.39 | 0 | 0.13 | 229.25 | 0.62 | 0.67 |
| Hex | 75 | 88 | DF | 30 | 27 | 0 | D | E5 | 3E | 43 |
| Octal | 165 | 210 | 337 | 60 | 47 | 0 | 15 | 345 | 76 | 103 |
| Binary | 1110101 | 10001000 | 11011111 | 110000 | 100111 | 0 | 1101 | 11100101 | 111110 | 1000011 |
Color Harmonies of #7588DF
Complementary color
Monochromatic Colors of #7588DF
Black with #7588DF
Text Example
Text Example
White with #7588DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588DF; }
p { color: rgb(117,136,223); }
H1.HeaderClassName
{
color: #7588DF;
}
.AnyTagClassName
{
color: #7588DF;
}
</style>
background-color css
<style>
a { background-color: #7588DF; }
a { background-color: rgb(117,136,223); }
div.DivClassName
{
background-color: #7588DF;
}
.BgClassName
{
background-color: #7588DF;
}
</style>
border-color css
<style>
span { border-color: #7588DF; }
span { border-color: rgb(117,136,223); }
td.TdClassName
{
border-color: #7588DF;
}
.TagClassName
{
border-color: #7588DF;
}
</style>