Shades of Wild Blue Yonder #757DBA
Tints of Wild Blue Yonder #757DBA
RGB
CMYK
RGB Variations
Color information
#757DBA (or 0x757DBA) is known color: Wild Blue Yonder. HEX triplet: 75, 7D and BA. RGB value is (117,125,186). Sum of RGB (Red+Green+Blue) = 117+125+186=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #757DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DBA is #8A8245. Grayscale: #818181. Windows color (decimal): -9077318 or 12221813. OLE color: 12221813.
HSL color Cylindrical-coordinate representation of color #757DBA: hue angle of 233.04º 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 #757DBA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 125 | 186 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.27 |
| HSL | 233.04º | 0.33% | 0.59% | - |
| HSV(B) | 233.04º | 0.37% | 0.73% | - |
| XYZ | 23.53 | 21.99 | 49.46 | - |
| YUV | 129.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 186 | 0.37 | 0.33 | 0 | 0.27 | 233.04 | 0.33 | 0.59 |
| Hex | 75 | 7D | BA | 25 | 21 | 0 | 1B | E9 | 21 | 3B |
| Octal | 165 | 175 | 272 | 45 | 41 | 0 | 33 | 351 | 41 | 73 |
| Binary | 1110101 | 1111101 | 10111010 | 100101 | 100001 | 0 | 11011 | 11101001 | 100001 | 111011 |
Color Harmonies of #757DBA
Complementary color
Monochromatic Colors of #757DBA
Black with #757DBA
Text Example
Text Example
White with #757DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757DBA; }
p { color: rgb(117,125,186); }
H1.HeaderClassName
{
color: #757DBA;
}
.AnyTagClassName
{
color: #757DBA;
}
</style>
background-color css
<style>
a { background-color: #757DBA; }
a { background-color: rgb(117,125,186); }
div.DivClassName
{
background-color: #757DBA;
}
.BgClassName
{
background-color: #757DBA;
}
</style>
border-color css
<style>
span { border-color: #757DBA; }
span { border-color: rgb(117,125,186); }
td.TdClassName
{
border-color: #757DBA;
}
.TagClassName
{
border-color: #757DBA;
}
</style>