Shades of Wild Blue Yonder #757DB9
Tints of Wild Blue Yonder #757DB9
RGB
CMYK
RGB Variations
Color information
#757DB9 (or 0x757DB9) is known color: Wild Blue Yonder. HEX triplet: 75, 7D and B9. RGB value is (117,125,185). Sum of RGB (Red+Green+Blue) = 117+125+185=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #757DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DB9 is #8A8246. Grayscale: #818181. Windows color (decimal): -9077319 or 12156277. OLE color: 12156277.
HSL color Cylindrical-coordinate representation of color #757DB9: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757DB9 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 125 | 185 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.27 |
| HSL | 232.94º | 0.33% | 0.59% | - |
| HSV(B) | 232.94º | 0.37% | 0.73% | - |
| XYZ | 23.43 | 21.95 | 48.9 | - |
| YUV | 129.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 185 | 0.37 | 0.32 | 0 | 0.27 | 232.94 | 0.33 | 0.59 |
| Hex | 75 | 7D | B9 | 25 | 20 | 0 | 1B | E9 | 21 | 3B |
| Octal | 165 | 175 | 271 | 45 | 40 | 0 | 33 | 351 | 41 | 73 |
| Binary | 1110101 | 1111101 | 10111001 | 100101 | 100000 | 0 | 11011 | 11101001 | 100001 | 111011 |
Color Harmonies of #757DB9
Complementary color
Monochromatic Colors of #757DB9
Black with #757DB9
Text Example
Text Example
White with #757DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757DB9; }
p { color: rgb(117,125,185); }
H1.HeaderClassName
{
color: #757DB9;
}
.AnyTagClassName
{
color: #757DB9;
}
</style>
background-color css
<style>
a { background-color: #757DB9; }
a { background-color: rgb(117,125,185); }
div.DivClassName
{
background-color: #757DB9;
}
.BgClassName
{
background-color: #757DB9;
}
</style>
border-color css
<style>
span { border-color: #757DB9; }
span { border-color: rgb(117,125,185); }
td.TdClassName
{
border-color: #757DB9;
}
.TagClassName
{
border-color: #757DB9;
}
</style>