Shades of Wild Blue Yonder #758FC1
Tints of Wild Blue Yonder #758FC1
RGB
CMYK
RGB Variations
Color information
#758FC1 (or 0x758FC1) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and C1. RGB value is (117,143,193). Sum of RGB (Red+Green+Blue) = 117+143+193=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #758FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FC1 is #8A703E. Grayscale: #8C8C8C. Windows color (decimal): -9072703 or 12685173. OLE color: 12685173.
HSL color Cylindrical-coordinate representation of color #758FC1: hue angle of 219.47º 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 #758FC1 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 143 | 193 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.24 |
| HSL | 219.47º | 0.38% | 0.61% | - |
| HSV(B) | 219.47º | 0.39% | 0.76% | - |
| XYZ | 26.78 | 27.28 | 54.31 | - |
| YUV | 140.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 193 | 0.39 | 0.26 | 0 | 0.24 | 219.47 | 0.38 | 0.61 |
| Hex | 75 | 8F | C1 | 27 | 1A | 0 | 18 | DB | 26 | 3D |
| Octal | 165 | 217 | 301 | 47 | 32 | 0 | 30 | 333 | 46 | 75 |
| Binary | 1110101 | 10001111 | 11000001 | 100111 | 11010 | 0 | 11000 | 11011011 | 100110 | 111101 |
Color Harmonies of #758FC1
Complementary color
Monochromatic Colors of #758FC1
Black with #758FC1
Text Example
Text Example
White with #758FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FC1; }
p { color: rgb(117,143,193); }
H1.HeaderClassName
{
color: #758FC1;
}
.AnyTagClassName
{
color: #758FC1;
}
</style>
background-color css
<style>
a { background-color: #758FC1; }
a { background-color: rgb(117,143,193); }
div.DivClassName
{
background-color: #758FC1;
}
.BgClassName
{
background-color: #758FC1;
}
</style>
border-color css
<style>
span { border-color: #758FC1; }
span { border-color: rgb(117,143,193); }
td.TdClassName
{
border-color: #758FC1;
}
.TagClassName
{
border-color: #758FC1;
}
</style>