Shades of Wild Blue Yonder #758CBF
Tints of Wild Blue Yonder #758CBF
RGB
CMYK
RGB Variations
Color information
#758CBF (or 0x758CBF) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and BF. RGB value is (117,140,191). Sum of RGB (Red+Green+Blue) = 117+140+191=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #758CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CBF is #8A7340. Grayscale: #8A8A8A. Windows color (decimal): -9073473 or 12553333. OLE color: 12553333.
HSL color Cylindrical-coordinate representation of color #758CBF: hue angle of 221.35º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758CBF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 140 | 191 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.25 |
| HSL | 221.35º | 0.37% | 0.6% | - |
| HSV(B) | 221.35º | 0.39% | 0.75% | - |
| XYZ | 26.12 | 26.3 | 52.99 | - |
| YUV | 138.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 191 | 0.39 | 0.27 | 0 | 0.25 | 221.35 | 0.37 | 0.6 |
| Hex | 75 | 8C | BF | 27 | 1B | 0 | 19 | DD | 25 | 3C |
| Octal | 165 | 214 | 277 | 47 | 33 | 0 | 31 | 335 | 45 | 74 |
| Binary | 1110101 | 10001100 | 10111111 | 100111 | 11011 | 0 | 11001 | 11011101 | 100101 | 111100 |
Color Harmonies of #758CBF
Complementary color
Monochromatic Colors of #758CBF
Black with #758CBF
Text Example
Text Example
White with #758CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CBF; }
p { color: rgb(117,140,191); }
H1.HeaderClassName
{
color: #758CBF;
}
.AnyTagClassName
{
color: #758CBF;
}
</style>
background-color css
<style>
a { background-color: #758CBF; }
a { background-color: rgb(117,140,191); }
div.DivClassName
{
background-color: #758CBF;
}
.BgClassName
{
background-color: #758CBF;
}
</style>
border-color css
<style>
span { border-color: #758CBF; }
span { border-color: rgb(117,140,191); }
td.TdClassName
{
border-color: #758CBF;
}
.TagClassName
{
border-color: #758CBF;
}
</style>