Shades of Wild Blue Yonder #757BC2
Tints of Wild Blue Yonder #757BC2
RGB
CMYK
RGB Variations
Color information
#757BC2 (or 0x757BC2) is known color: Wild Blue Yonder. HEX triplet: 75, 7B and C2. RGB value is (117,123,194). Sum of RGB (Red+Green+Blue) = 117+123+194=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #757BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BC2 is #8A843D. Grayscale: #818181. Windows color (decimal): -9077822 or 12745589. OLE color: 12745589.
HSL color Cylindrical-coordinate representation of color #757BC2: hue angle of 235.32º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757BC2 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 123 | 194 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.24 |
| HSL | 235.32º | 0.39% | 0.61% | - |
| HSV(B) | 235.32º | 0.4% | 0.76% | - |
| XYZ | 24.16 | 21.84 | 53.98 | - |
| YUV | 129.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 194 | 0.40 | 0.37 | 0 | 0.24 | 235.32 | 0.39 | 0.61 |
| Hex | 75 | 7B | C2 | 28 | 25 | 0 | 18 | EB | 27 | 3D |
| Octal | 165 | 173 | 302 | 50 | 45 | 0 | 30 | 353 | 47 | 75 |
| Binary | 1110101 | 1111011 | 11000010 | 101000 | 100101 | 0 | 11000 | 11101011 | 100111 | 111101 |
Color Harmonies of #757BC2
Complementary color
Monochromatic Colors of #757BC2
Black with #757BC2
Text Example
Text Example
White with #757BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BC2; }
p { color: rgb(117,123,194); }
H1.HeaderClassName
{
color: #757BC2;
}
.AnyTagClassName
{
color: #757BC2;
}
</style>
background-color css
<style>
a { background-color: #757BC2; }
a { background-color: rgb(117,123,194); }
div.DivClassName
{
background-color: #757BC2;
}
.BgClassName
{
background-color: #757BC2;
}
</style>
border-color css
<style>
span { border-color: #757BC2; }
span { border-color: rgb(117,123,194); }
td.TdClassName
{
border-color: #757BC2;
}
.TagClassName
{
border-color: #757BC2;
}
</style>