Shades of Wild Blue Yonder #758FCE
Tints of Wild Blue Yonder #758FCE
RGB
CMYK
RGB Variations
Color information
#758FCE (or 0x758FCE) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and CE. RGB value is (117,143,206). Sum of RGB (Red+Green+Blue) = 117+143+206=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #758FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FCE is #8A7031. Grayscale: #8E8E8E. Windows color (decimal): -9072690 or 13537141. OLE color: 13537141.
HSL color Cylindrical-coordinate representation of color #758FCE: hue angle of 222.47º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758FCE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 143 | 206 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.19 |
| HSL | 222.47º | 0.48% | 0.63% | - |
| HSV(B) | 222.47º | 0.43% | 0.81% | - |
| XYZ | 28.3 | 27.88 | 62.28 | - |
| YUV | 142.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 206 | 0.43 | 0.31 | 0 | 0.19 | 222.47 | 0.48 | 0.63 |
| Hex | 75 | 8F | CE | 2B | 1F | 0 | 13 | DE | 30 | 3F |
| Octal | 165 | 217 | 316 | 53 | 37 | 0 | 23 | 336 | 60 | 77 |
| Binary | 1110101 | 10001111 | 11001110 | 101011 | 11111 | 0 | 10011 | 11011110 | 110000 | 111111 |
Color Harmonies of #758FCE
Complementary color
Monochromatic Colors of #758FCE
Black with #758FCE
Text Example
Text Example
White with #758FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FCE; }
p { color: rgb(117,143,206); }
H1.HeaderClassName
{
color: #758FCE;
}
.AnyTagClassName
{
color: #758FCE;
}
</style>
background-color css
<style>
a { background-color: #758FCE; }
a { background-color: rgb(117,143,206); }
div.DivClassName
{
background-color: #758FCE;
}
.BgClassName
{
background-color: #758FCE;
}
</style>
border-color css
<style>
span { border-color: #758FCE; }
span { border-color: rgb(117,143,206); }
td.TdClassName
{
border-color: #758FCE;
}
.TagClassName
{
border-color: #758FCE;
}
</style>