Shades of Wild Blue Yonder #758BC1
Tints of Wild Blue Yonder #758BC1
RGB
CMYK
RGB Variations
Color information
#758BC1 (or 0x758BC1) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and C1. RGB value is (117,139,193). Sum of RGB (Red+Green+Blue) = 117+139+193=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #758BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC1 is #8A743E. Grayscale: #8A8A8A. Windows color (decimal): -9073727 or 12684149. OLE color: 12684149.
HSL color Cylindrical-coordinate representation of color #758BC1: hue angle of 222.63º 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 #758BC1 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 139 | 193 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.24 |
| HSL | 222.63º | 0.38% | 0.61% | - |
| HSV(B) | 222.63º | 0.39% | 0.76% | - |
| XYZ | 26.19 | 26.1 | 54.11 | - |
| YUV | 138.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 193 | 0.39 | 0.28 | 0 | 0.24 | 222.63 | 0.38 | 0.61 |
| Hex | 75 | 8B | C1 | 27 | 1C | 0 | 18 | DF | 26 | 3D |
| Octal | 165 | 213 | 301 | 47 | 34 | 0 | 30 | 337 | 46 | 75 |
| Binary | 1110101 | 10001011 | 11000001 | 100111 | 11100 | 0 | 11000 | 11011111 | 100110 | 111101 |
Color Harmonies of #758BC1
Complementary color
Monochromatic Colors of #758BC1
Black with #758BC1
Text Example
Text Example
White with #758BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BC1; }
p { color: rgb(117,139,193); }
H1.HeaderClassName
{
color: #758BC1;
}
.AnyTagClassName
{
color: #758BC1;
}
</style>
background-color css
<style>
a { background-color: #758BC1; }
a { background-color: rgb(117,139,193); }
div.DivClassName
{
background-color: #758BC1;
}
.BgClassName
{
background-color: #758BC1;
}
</style>
border-color css
<style>
span { border-color: #758BC1; }
span { border-color: rgb(117,139,193); }
td.TdClassName
{
border-color: #758BC1;
}
.TagClassName
{
border-color: #758BC1;
}
</style>