Shades of Wild Blue Yonder #758BCC
Tints of Wild Blue Yonder #758BCC
RGB
CMYK
RGB Variations
Color information
#758BCC (or 0x758BCC) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and CC. RGB value is (117,139,204). Sum of RGB (Red+Green+Blue) = 117+139+204=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #758BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BCC is #8A7433. Grayscale: #8B8B8B. Windows color (decimal): -9073716 or 13405045. OLE color: 13405045.
HSL color Cylindrical-coordinate representation of color #758BCC: hue angle of 224.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758BCC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 139 | 204 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.2 |
| HSL | 224.83º | 0.46% | 0.63% | - |
| HSV(B) | 224.83º | 0.43% | 0.8% | - |
| XYZ | 27.47 | 26.61 | 60.81 | - |
| YUV | 139.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 204 | 0.43 | 0.32 | 0 | 0.2 | 224.83 | 0.46 | 0.63 |
| Hex | 75 | 8B | CC | 2B | 20 | 0 | 14 | E1 | 2E | 3F |
| Octal | 165 | 213 | 314 | 53 | 40 | 0 | 24 | 341 | 56 | 77 |
| Binary | 1110101 | 10001011 | 11001100 | 101011 | 100000 | 0 | 10100 | 11100001 | 101110 | 111111 |
Color Harmonies of #758BCC
Complementary color
Monochromatic Colors of #758BCC
Black with #758BCC
Text Example
Text Example
White with #758BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BCC; }
p { color: rgb(117,139,204); }
H1.HeaderClassName
{
color: #758BCC;
}
.AnyTagClassName
{
color: #758BCC;
}
</style>
background-color css
<style>
a { background-color: #758BCC; }
a { background-color: rgb(117,139,204); }
div.DivClassName
{
background-color: #758BCC;
}
.BgClassName
{
background-color: #758BCC;
}
</style>
border-color css
<style>
span { border-color: #758BCC; }
span { border-color: rgb(117,139,204); }
td.TdClassName
{
border-color: #758BCC;
}
.TagClassName
{
border-color: #758BCC;
}
</style>