Shades of Wild Blue Yonder #757CB7
Tints of Wild Blue Yonder #757CB7
RGB
CMYK
RGB Variations
Color information
#757CB7 (or 0x757CB7) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and B7. RGB value is (117,124,183). Sum of RGB (Red+Green+Blue) = 117+124+183=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #757CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CB7 is #8A8348. Grayscale: #808080. Windows color (decimal): -9077577 or 12024949. OLE color: 12024949.
HSL color Cylindrical-coordinate representation of color #757CB7: hue angle of 233.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757CB7 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 124 | 183 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.28 |
| HSL | 233.64º | 0.31% | 0.59% | - |
| HSV(B) | 233.64º | 0.36% | 0.72% | - |
| XYZ | 23.09 | 21.62 | 47.76 | - |
| YUV | 128.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 183 | 0.36 | 0.32 | 0 | 0.28 | 233.64 | 0.31 | 0.59 |
| Hex | 75 | 7C | B7 | 24 | 20 | 0 | 1C | EA | 1F | 3B |
| Octal | 165 | 174 | 267 | 44 | 40 | 0 | 34 | 352 | 37 | 73 |
| Binary | 1110101 | 1111100 | 10110111 | 100100 | 100000 | 0 | 11100 | 11101010 | 11111 | 111011 |
Color Harmonies of #757CB7
Complementary color
Monochromatic Colors of #757CB7
Black with #757CB7
Text Example
Text Example
White with #757CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CB7; }
p { color: rgb(117,124,183); }
H1.HeaderClassName
{
color: #757CB7;
}
.AnyTagClassName
{
color: #757CB7;
}
</style>
background-color css
<style>
a { background-color: #757CB7; }
a { background-color: rgb(117,124,183); }
div.DivClassName
{
background-color: #757CB7;
}
.BgClassName
{
background-color: #757CB7;
}
</style>
border-color css
<style>
span { border-color: #757CB7; }
span { border-color: rgb(117,124,183); }
td.TdClassName
{
border-color: #757CB7;
}
.TagClassName
{
border-color: #757CB7;
}
</style>