Shades of Wild Blue Yonder #757BBA
Tints of Wild Blue Yonder #757BBA
RGB
CMYK
RGB Variations
Color information
#757BBA (or 0x757BBA) is known color: Wild Blue Yonder. HEX triplet: 75, 7B and BA. RGB value is (117,123,186). Sum of RGB (Red+Green+Blue) = 117+123+186=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #757BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BBA is #8A8445. Grayscale: #808080. Windows color (decimal): -9077830 or 12221301. OLE color: 12221301.
HSL color Cylindrical-coordinate representation of color #757BBA: hue angle of 234.78º 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 #757BBA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 123 | 186 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.27 |
| HSL | 234.78º | 0.33% | 0.59% | - |
| HSV(B) | 234.78º | 0.37% | 0.73% | - |
| XYZ | 23.28 | 21.49 | 49.38 | - |
| YUV | 128.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 186 | 0.37 | 0.34 | 0 | 0.27 | 234.78 | 0.33 | 0.59 |
| Hex | 75 | 7B | BA | 25 | 22 | 0 | 1B | EB | 21 | 3B |
| Octal | 165 | 173 | 272 | 45 | 42 | 0 | 33 | 353 | 41 | 73 |
| Binary | 1110101 | 1111011 | 10111010 | 100101 | 100010 | 0 | 11011 | 11101011 | 100001 | 111011 |
Color Harmonies of #757BBA
Complementary color
Monochromatic Colors of #757BBA
Black with #757BBA
Text Example
Text Example
White with #757BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BBA; }
p { color: rgb(117,123,186); }
H1.HeaderClassName
{
color: #757BBA;
}
.AnyTagClassName
{
color: #757BBA;
}
</style>
background-color css
<style>
a { background-color: #757BBA; }
a { background-color: rgb(117,123,186); }
div.DivClassName
{
background-color: #757BBA;
}
.BgClassName
{
background-color: #757BBA;
}
</style>
border-color css
<style>
span { border-color: #757BBA; }
span { border-color: rgb(117,123,186); }
td.TdClassName
{
border-color: #757BBA;
}
.TagClassName
{
border-color: #757BBA;
}
</style>