Shades of Wild Blue Yonder #758AC6
Tints of Wild Blue Yonder #758AC6
RGB
CMYK
RGB Variations
Color information
#758AC6 (or 0x758AC6) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and C6. RGB value is (117,138,198). Sum of RGB (Red+Green+Blue) = 117+138+198=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #758AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC6 is #8A7539. Grayscale: #8A8A8A. Windows color (decimal): -9073978 or 13011573. OLE color: 13011573.
HSL color Cylindrical-coordinate representation of color #758AC6: hue angle of 224.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758AC6 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 138 | 198 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.22 |
| HSL | 224.44º | 0.42% | 0.62% | - |
| HSV(B) | 224.44º | 0.41% | 0.78% | - |
| XYZ | 26.62 | 26.04 | 57.05 | - |
| YUV | 138.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 198 | 0.41 | 0.30 | 0 | 0.22 | 224.44 | 0.42 | 0.62 |
| Hex | 75 | 8A | C6 | 29 | 1E | 0 | 16 | E0 | 2A | 3E |
| Octal | 165 | 212 | 306 | 51 | 36 | 0 | 26 | 340 | 52 | 76 |
| Binary | 1110101 | 10001010 | 11000110 | 101001 | 11110 | 0 | 10110 | 11100000 | 101010 | 111110 |
Color Harmonies of #758AC6
Complementary color
Monochromatic Colors of #758AC6
Black with #758AC6
Text Example
Text Example
White with #758AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AC6; }
p { color: rgb(117,138,198); }
H1.HeaderClassName
{
color: #758AC6;
}
.AnyTagClassName
{
color: #758AC6;
}
</style>
background-color css
<style>
a { background-color: #758AC6; }
a { background-color: rgb(117,138,198); }
div.DivClassName
{
background-color: #758AC6;
}
.BgClassName
{
background-color: #758AC6;
}
</style>
border-color css
<style>
span { border-color: #758AC6; }
span { border-color: rgb(117,138,198); }
td.TdClassName
{
border-color: #758AC6;
}
.TagClassName
{
border-color: #758AC6;
}
</style>