Shades of Wild Blue Yonder #757FB5
Tints of Wild Blue Yonder #757FB5
RGB
CMYK
RGB Variations
Color information
#757FB5 (or 0x757FB5) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and B5. RGB value is (117,127,181). Sum of RGB (Red+Green+Blue) = 117+127+181=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #757FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FB5 is #8A804A. Grayscale: #818181. Windows color (decimal): -9076811 or 11894645. OLE color: 11894645.
HSL color Cylindrical-coordinate representation of color #757FB5: hue angle of 230.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757FB5 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 127 | 181 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.29 |
| HSL | 230.63º | 0.3% | 0.58% | - |
| HSV(B) | 230.63º | 0.35% | 0.71% | - |
| XYZ | 23.27 | 22.3 | 46.79 | - |
| YUV | 130.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 181 | 0.35 | 0.30 | 0 | 0.29 | 230.63 | 0.3 | 0.58 |
| Hex | 75 | 7F | B5 | 23 | 1E | 0 | 1D | E7 | 1E | 3A |
| Octal | 165 | 177 | 265 | 43 | 36 | 0 | 35 | 347 | 36 | 72 |
| Binary | 1110101 | 1111111 | 10110101 | 100011 | 11110 | 0 | 11101 | 11100111 | 11110 | 111010 |
Color Harmonies of #757FB5
Complementary color
Monochromatic Colors of #757FB5
Black with #757FB5
Text Example
Text Example
White with #757FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FB5; }
p { color: rgb(117,127,181); }
H1.HeaderClassName
{
color: #757FB5;
}
.AnyTagClassName
{
color: #757FB5;
}
</style>
background-color css
<style>
a { background-color: #757FB5; }
a { background-color: rgb(117,127,181); }
div.DivClassName
{
background-color: #757FB5;
}
.BgClassName
{
background-color: #757FB5;
}
</style>
border-color css
<style>
span { border-color: #757FB5; }
span { border-color: rgb(117,127,181); }
td.TdClassName
{
border-color: #757FB5;
}
.TagClassName
{
border-color: #757FB5;
}
</style>