Shades of Wild Blue Yonder #758AB6
Tints of Wild Blue Yonder #758AB6
RGB
CMYK
RGB Variations
Color information
#758AB6 (or 0x758AB6) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and B6. RGB value is (117,138,182). Sum of RGB (Red+Green+Blue) = 117+138+182=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #758AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AB6 is #8A7549. Grayscale: #888888. Windows color (decimal): -9073994 or 11962997. OLE color: 11962997.
HSL color Cylindrical-coordinate representation of color #758AB6: hue angle of 220.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758AB6 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 138 | 182 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.29 |
| HSL | 220.62º | 0.31% | 0.59% | - |
| HSV(B) | 220.62º | 0.36% | 0.71% | - |
| XYZ | 24.87 | 25.34 | 47.84 | - |
| YUV | 136.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 182 | 0.36 | 0.24 | 0 | 0.29 | 220.62 | 0.31 | 0.59 |
| Hex | 75 | 8A | B6 | 24 | 18 | 0 | 1D | DD | 1F | 3B |
| Octal | 165 | 212 | 266 | 44 | 30 | 0 | 35 | 335 | 37 | 73 |
| Binary | 1110101 | 10001010 | 10110110 | 100100 | 11000 | 0 | 11101 | 11011101 | 11111 | 111011 |
Color Harmonies of #758AB6
Complementary color
Monochromatic Colors of #758AB6
Black with #758AB6
Text Example
Text Example
White with #758AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AB6; }
p { color: rgb(117,138,182); }
H1.HeaderClassName
{
color: #758AB6;
}
.AnyTagClassName
{
color: #758AB6;
}
</style>
background-color css
<style>
a { background-color: #758AB6; }
a { background-color: rgb(117,138,182); }
div.DivClassName
{
background-color: #758AB6;
}
.BgClassName
{
background-color: #758AB6;
}
</style>
border-color css
<style>
span { border-color: #758AB6; }
span { border-color: rgb(117,138,182); }
td.TdClassName
{
border-color: #758AB6;
}
.TagClassName
{
border-color: #758AB6;
}
</style>