Shades of Wild Blue Yonder #758FC0
Tints of Wild Blue Yonder #758FC0
RGB
CMYK
RGB Variations
Color information
#758FC0 (or 0x758FC0) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and C0. RGB value is (117,143,192). Sum of RGB (Red+Green+Blue) = 117+143+192=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #758FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FC0 is #8A703F. Grayscale: #8C8C8C. Windows color (decimal): -9072704 or 12619637. OLE color: 12619637.
HSL color Cylindrical-coordinate representation of color #758FC0: hue angle of 219.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758FC0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 143 | 192 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.25 |
| HSL | 219.2º | 0.37% | 0.61% | - |
| HSV(B) | 219.2º | 0.39% | 0.75% | - |
| XYZ | 26.67 | 27.23 | 53.72 | - |
| YUV | 140.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 192 | 0.39 | 0.26 | 0 | 0.25 | 219.2 | 0.37 | 0.61 |
| Hex | 75 | 8F | C0 | 27 | 1A | 0 | 19 | DB | 25 | 3D |
| Octal | 165 | 217 | 300 | 47 | 32 | 0 | 31 | 333 | 45 | 75 |
| Binary | 1110101 | 10001111 | 11000000 | 100111 | 11010 | 0 | 11001 | 11011011 | 100101 | 111101 |
Color Harmonies of #758FC0
Complementary color
Monochromatic Colors of #758FC0
Black with #758FC0
Text Example
Text Example
White with #758FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FC0; }
p { color: rgb(117,143,192); }
H1.HeaderClassName
{
color: #758FC0;
}
.AnyTagClassName
{
color: #758FC0;
}
</style>
background-color css
<style>
a { background-color: #758FC0; }
a { background-color: rgb(117,143,192); }
div.DivClassName
{
background-color: #758FC0;
}
.BgClassName
{
background-color: #758FC0;
}
</style>
border-color css
<style>
span { border-color: #758FC0; }
span { border-color: rgb(117,143,192); }
td.TdClassName
{
border-color: #758FC0;
}
.TagClassName
{
border-color: #758FC0;
}
</style>