Shades of Wild Blue Yonder #7599C1
Tints of Wild Blue Yonder #7599C1
RGB
CMYK
RGB Variations
Color information
#7599C1 (or 0x7599C1) is known color: Wild Blue Yonder. HEX triplet: 75, 99 and C1. RGB value is (117,153,193). Sum of RGB (Red+Green+Blue) = 117+153+193=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #7599C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599C1 is #8A663E. Grayscale: #929292. Windows color (decimal): -9070143 or 12687733. OLE color: 12687733.
HSL color Cylindrical-coordinate representation of color #7599C1: hue angle of 211.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7599C1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 153 | 193 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.24 |
| HSL | 211.58º | 0.38% | 0.61% | - |
| HSV(B) | 211.58º | 0.39% | 0.76% | - |
| XYZ | 28.35 | 30.41 | 54.83 | - |
| YUV | 146.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 193 | 0.39 | 0.21 | 0 | 0.24 | 211.58 | 0.38 | 0.61 |
| Hex | 75 | 99 | C1 | 27 | 15 | 0 | 18 | D4 | 26 | 3D |
| Octal | 165 | 231 | 301 | 47 | 25 | 0 | 30 | 324 | 46 | 75 |
| Binary | 1110101 | 10011001 | 11000001 | 100111 | 10101 | 0 | 11000 | 11010100 | 100110 | 111101 |
Color Harmonies of #7599C1
Complementary color
Monochromatic Colors of #7599C1
Black with #7599C1
Text Example
Text Example
White with #7599C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599C1; }
p { color: rgb(117,153,193); }
H1.HeaderClassName
{
color: #7599C1;
}
.AnyTagClassName
{
color: #7599C1;
}
</style>
background-color css
<style>
a { background-color: #7599C1; }
a { background-color: rgb(117,153,193); }
div.DivClassName
{
background-color: #7599C1;
}
.BgClassName
{
background-color: #7599C1;
}
</style>
border-color css
<style>
span { border-color: #7599C1; }
span { border-color: rgb(117,153,193); }
td.TdClassName
{
border-color: #7599C1;
}
.TagClassName
{
border-color: #7599C1;
}
</style>