Shades of Wild Blue Yonder #757CBC
Tints of Wild Blue Yonder #757CBC
RGB
CMYK
RGB Variations
Color information
#757CBC (or 0x757CBC) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and BC. RGB value is (117,124,188). Sum of RGB (Red+Green+Blue) = 117+124+188=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #757CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBC is #8A8343. Grayscale: #808080. Windows color (decimal): -9077572 or 12352629. OLE color: 12352629.
HSL color Cylindrical-coordinate representation of color #757CBC: hue angle of 234.08º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757CBC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 124 | 188 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.26 |
| HSL | 234.08º | 0.35% | 0.6% | - |
| HSV(B) | 234.08º | 0.38% | 0.74% | - |
| XYZ | 23.62 | 21.83 | 50.55 | - |
| YUV | 129.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 188 | 0.38 | 0.34 | 0 | 0.26 | 234.08 | 0.35 | 0.6 |
| Hex | 75 | 7C | BC | 26 | 22 | 0 | 1A | EA | 23 | 3C |
| Octal | 165 | 174 | 274 | 46 | 42 | 0 | 32 | 352 | 43 | 74 |
| Binary | 1110101 | 1111100 | 10111100 | 100110 | 100010 | 0 | 11010 | 11101010 | 100011 | 111100 |
Color Harmonies of #757CBC
Complementary color
Monochromatic Colors of #757CBC
Black with #757CBC
Text Example
Text Example
White with #757CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CBC; }
p { color: rgb(117,124,188); }
H1.HeaderClassName
{
color: #757CBC;
}
.AnyTagClassName
{
color: #757CBC;
}
</style>
background-color css
<style>
a { background-color: #757CBC; }
a { background-color: rgb(117,124,188); }
div.DivClassName
{
background-color: #757CBC;
}
.BgClassName
{
background-color: #757CBC;
}
</style>
border-color css
<style>
span { border-color: #757CBC; }
span { border-color: rgb(117,124,188); }
td.TdClassName
{
border-color: #757CBC;
}
.TagClassName
{
border-color: #757CBC;
}
</style>