Shades of Wild Blue Yonder #758AB7
Tints of Wild Blue Yonder #758AB7
RGB
CMYK
RGB Variations
Color information
#758AB7 (or 0x758AB7) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and B7. RGB value is (117,138,183). Sum of RGB (Red+Green+Blue) = 117+138+183=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #758AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AB7 is #8A7548. Grayscale: #888888. Windows color (decimal): -9073993 or 12028533. OLE color: 12028533.
HSL color Cylindrical-coordinate representation of color #758AB7: hue angle of 220.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758AB7 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 138 | 183 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.28 |
| HSL | 220.91º | 0.31% | 0.59% | - |
| HSV(B) | 220.91º | 0.36% | 0.72% | - |
| XYZ | 24.97 | 25.38 | 48.38 | - |
| YUV | 136.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 183 | 0.36 | 0.25 | 0 | 0.28 | 220.91 | 0.31 | 0.59 |
| Hex | 75 | 8A | B7 | 24 | 19 | 0 | 1C | DD | 1F | 3B |
| Octal | 165 | 212 | 267 | 44 | 31 | 0 | 34 | 335 | 37 | 73 |
| Binary | 1110101 | 10001010 | 10110111 | 100100 | 11001 | 0 | 11100 | 11011101 | 11111 | 111011 |
Color Harmonies of #758AB7
Complementary color
Monochromatic Colors of #758AB7
Black with #758AB7
Text Example
Text Example
White with #758AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AB7; }
p { color: rgb(117,138,183); }
H1.HeaderClassName
{
color: #758AB7;
}
.AnyTagClassName
{
color: #758AB7;
}
</style>
background-color css
<style>
a { background-color: #758AB7; }
a { background-color: rgb(117,138,183); }
div.DivClassName
{
background-color: #758AB7;
}
.BgClassName
{
background-color: #758AB7;
}
</style>
border-color css
<style>
span { border-color: #758AB7; }
span { border-color: rgb(117,138,183); }
td.TdClassName
{
border-color: #758AB7;
}
.TagClassName
{
border-color: #758AB7;
}
</style>