Shades of Wild Blue Yonder #758ABB
Tints of Wild Blue Yonder #758ABB
RGB
CMYK
RGB Variations
Color information
#758ABB (or 0x758ABB) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and BB. RGB value is (117,138,187). Sum of RGB (Red+Green+Blue) = 117+138+187=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #758ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ABB is #8A7544. Grayscale: #898989. Windows color (decimal): -9073989 or 12290677. OLE color: 12290677.
HSL color Cylindrical-coordinate representation of color #758ABB: hue angle of 222º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758ABB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 138 | 187 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.27 |
| HSL | 222º | 0.34% | 0.6% | - |
| HSV(B) | 222º | 0.37% | 0.73% | - |
| XYZ | 25.39 | 25.55 | 50.61 | - |
| YUV | 137.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 187 | 0.37 | 0.26 | 0 | 0.27 | 222 | 0.34 | 0.6 |
| Hex | 75 | 8A | BB | 25 | 1A | 0 | 1B | DE | 22 | 3C |
| Octal | 165 | 212 | 273 | 45 | 32 | 0 | 33 | 336 | 42 | 74 |
| Binary | 1110101 | 10001010 | 10111011 | 100101 | 11010 | 0 | 11011 | 11011110 | 100010 | 111100 |
Color Harmonies of #758ABB
Complementary color
Monochromatic Colors of #758ABB
Black with #758ABB
Text Example
Text Example
White with #758ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ABB; }
p { color: rgb(117,138,187); }
H1.HeaderClassName
{
color: #758ABB;
}
.AnyTagClassName
{
color: #758ABB;
}
</style>
background-color css
<style>
a { background-color: #758ABB; }
a { background-color: rgb(117,138,187); }
div.DivClassName
{
background-color: #758ABB;
}
.BgClassName
{
background-color: #758ABB;
}
</style>
border-color css
<style>
span { border-color: #758ABB; }
span { border-color: rgb(117,138,187); }
td.TdClassName
{
border-color: #758ABB;
}
.TagClassName
{
border-color: #758ABB;
}
</style>