Shades of Wild Blue Yonder #757CB1
Tints of Wild Blue Yonder #757CB1
RGB
CMYK
RGB Variations
Color information
#757CB1 (or 0x757CB1) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and B1. RGB value is (117,124,177). Sum of RGB (Red+Green+Blue) = 117+124+177=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #757CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CB1 is #8A834E. Grayscale: #7F7F7F. Windows color (decimal): -9077583 or 11631733. OLE color: 11631733.
HSL color Cylindrical-coordinate representation of color #757CB1: hue angle of 233º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757CB1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 124 | 177 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.31 |
| HSL | 233º | 0.28% | 0.58% | - |
| HSV(B) | 233º | 0.34% | 0.69% | - |
| XYZ | 22.48 | 21.37 | 44.54 | - |
| YUV | 127.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 177 | 0.34 | 0.30 | 0 | 0.31 | 233 | 0.28 | 0.58 |
| Hex | 75 | 7C | B1 | 22 | 1E | 0 | 1F | E9 | 1C | 3A |
| Octal | 165 | 174 | 261 | 42 | 36 | 0 | 37 | 351 | 34 | 72 |
| Binary | 1110101 | 1111100 | 10110001 | 100010 | 11110 | 0 | 11111 | 11101001 | 11100 | 111010 |
Color Harmonies of #757CB1
Complementary color
Monochromatic Colors of #757CB1
Black with #757CB1
Text Example
Text Example
White with #757CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CB1; }
p { color: rgb(117,124,177); }
H1.HeaderClassName
{
color: #757CB1;
}
.AnyTagClassName
{
color: #757CB1;
}
</style>
background-color css
<style>
a { background-color: #757CB1; }
a { background-color: rgb(117,124,177); }
div.DivClassName
{
background-color: #757CB1;
}
.BgClassName
{
background-color: #757CB1;
}
</style>
border-color css
<style>
span { border-color: #757CB1; }
span { border-color: rgb(117,124,177); }
td.TdClassName
{
border-color: #757CB1;
}
.TagClassName
{
border-color: #757CB1;
}
</style>