Shades of Wild Blue Yonder #758FCF
Tints of Wild Blue Yonder #758FCF
RGB
CMYK
RGB Variations
Color information
#758FCF (or 0x758FCF) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and CF. RGB value is (117,143,207). Sum of RGB (Red+Green+Blue) = 117+143+207=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #758FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FCF is #8A7030. Grayscale: #8E8E8E. Windows color (decimal): -9072689 or 13602677. OLE color: 13602677.
HSL color Cylindrical-coordinate representation of color #758FCF: hue angle of 222.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758FCF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 143 | 207 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.19 |
| HSL | 222.67º | 0.48% | 0.64% | - |
| HSV(B) | 222.67º | 0.43% | 0.81% | - |
| XYZ | 28.42 | 27.93 | 62.92 | - |
| YUV | 142.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 207 | 0.43 | 0.31 | 0 | 0.19 | 222.67 | 0.48 | 0.64 |
| Hex | 75 | 8F | CF | 2B | 1F | 0 | 13 | DF | 30 | 40 |
| Octal | 165 | 217 | 317 | 53 | 37 | 0 | 23 | 337 | 60 | 100 |
| Binary | 1110101 | 10001111 | 11001111 | 101011 | 11111 | 0 | 10011 | 11011111 | 110000 | 1000000 |
Color Harmonies of #758FCF
Complementary color
Monochromatic Colors of #758FCF
Black with #758FCF
Text Example
Text Example
White with #758FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FCF; }
p { color: rgb(117,143,207); }
H1.HeaderClassName
{
color: #758FCF;
}
.AnyTagClassName
{
color: #758FCF;
}
</style>
background-color css
<style>
a { background-color: #758FCF; }
a { background-color: rgb(117,143,207); }
div.DivClassName
{
background-color: #758FCF;
}
.BgClassName
{
background-color: #758FCF;
}
</style>
border-color css
<style>
span { border-color: #758FCF; }
span { border-color: rgb(117,143,207); }
td.TdClassName
{
border-color: #758FCF;
}
.TagClassName
{
border-color: #758FCF;
}
</style>