Shades of Wild Blue Yonder #757FCC
Tints of Wild Blue Yonder #757FCC
RGB
CMYK
RGB Variations
Color information
#757FCC (or 0x757FCC) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and CC. RGB value is (117,127,204). Sum of RGB (Red+Green+Blue) = 117+127+204=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #757FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FCC is #8A8033. Grayscale: #848484. Windows color (decimal): -9076788 or 13401973. OLE color: 13401973.
HSL color Cylindrical-coordinate representation of color #757FCC: hue angle of 233.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757FCC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 127 | 204 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.2 |
| HSL | 233.1º | 0.46% | 0.63% | - |
| HSV(B) | 233.1º | 0.43% | 0.8% | - |
| XYZ | 25.82 | 23.32 | 60.27 | - |
| YUV | 132.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 204 | 0.43 | 0.38 | 0 | 0.2 | 233.1 | 0.46 | 0.63 |
| Hex | 75 | 7F | CC | 2B | 26 | 0 | 14 | E9 | 2E | 3F |
| Octal | 165 | 177 | 314 | 53 | 46 | 0 | 24 | 351 | 56 | 77 |
| Binary | 1110101 | 1111111 | 11001100 | 101011 | 100110 | 0 | 10100 | 11101001 | 101110 | 111111 |
Color Harmonies of #757FCC
Complementary color
Monochromatic Colors of #757FCC
Black with #757FCC
Text Example
Text Example
White with #757FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FCC; }
p { color: rgb(117,127,204); }
H1.HeaderClassName
{
color: #757FCC;
}
.AnyTagClassName
{
color: #757FCC;
}
</style>
background-color css
<style>
a { background-color: #757FCC; }
a { background-color: rgb(117,127,204); }
div.DivClassName
{
background-color: #757FCC;
}
.BgClassName
{
background-color: #757FCC;
}
</style>
border-color css
<style>
span { border-color: #757FCC; }
span { border-color: rgb(117,127,204); }
td.TdClassName
{
border-color: #757FCC;
}
.TagClassName
{
border-color: #757FCC;
}
</style>