Shades of Wild Blue Yonder #758DC1
Tints of Wild Blue Yonder #758DC1
RGB
CMYK
RGB Variations
Color information
#758DC1 (or 0x758DC1) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and C1. RGB value is (117,141,193). Sum of RGB (Red+Green+Blue) = 117+141+193=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #758DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC1 is #8A723E. Grayscale: #8B8B8B. Windows color (decimal): -9073215 or 12684661. OLE color: 12684661.
HSL color Cylindrical-coordinate representation of color #758DC1: hue angle of 221.05º 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 #758DC1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 141 | 193 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 221.05º | 0.38% | 0.61% | - |
| HSV(B) | 221.05º | 0.39% | 0.76% | - |
| XYZ | 26.49 | 26.68 | 54.21 | - |
| YUV | 139.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 193 | 0.39 | 0.27 | 0 | 0.24 | 221.05 | 0.38 | 0.61 |
| Hex | 75 | 8D | C1 | 27 | 1B | 0 | 18 | DD | 26 | 3D |
| Octal | 165 | 215 | 301 | 47 | 33 | 0 | 30 | 335 | 46 | 75 |
| Binary | 1110101 | 10001101 | 11000001 | 100111 | 11011 | 0 | 11000 | 11011101 | 100110 | 111101 |
Color Harmonies of #758DC1
Complementary color
Monochromatic Colors of #758DC1
Black with #758DC1
Text Example
Text Example
White with #758DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DC1; }
p { color: rgb(117,141,193); }
H1.HeaderClassName
{
color: #758DC1;
}
.AnyTagClassName
{
color: #758DC1;
}
</style>
background-color css
<style>
a { background-color: #758DC1; }
a { background-color: rgb(117,141,193); }
div.DivClassName
{
background-color: #758DC1;
}
.BgClassName
{
background-color: #758DC1;
}
</style>
border-color css
<style>
span { border-color: #758DC1; }
span { border-color: rgb(117,141,193); }
td.TdClassName
{
border-color: #758DC1;
}
.TagClassName
{
border-color: #758DC1;
}
</style>