Shades of Wild Blue Yonder #758CB5
Tints of Wild Blue Yonder #758CB5
RGB
CMYK
RGB Variations
Color information
#758CB5 (or 0x758CB5) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and B5. RGB value is (117,140,181). Sum of RGB (Red+Green+Blue) = 117+140+181=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #758CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CB5 is #8A734A. Grayscale: #898989. Windows color (decimal): -9073483 or 11897973. OLE color: 11897973.
HSL color Cylindrical-coordinate representation of color #758CB5: hue angle of 218.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758CB5 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 140 | 181 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.29 |
| HSL | 218.44º | 0.3% | 0.58% | - |
| HSV(B) | 218.44º | 0.35% | 0.71% | - |
| XYZ | 25.05 | 25.87 | 47.39 | - |
| YUV | 137.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 181 | 0.35 | 0.23 | 0 | 0.29 | 218.44 | 0.3 | 0.58 |
| Hex | 75 | 8C | B5 | 23 | 17 | 0 | 1D | DA | 1E | 3A |
| Octal | 165 | 214 | 265 | 43 | 27 | 0 | 35 | 332 | 36 | 72 |
| Binary | 1110101 | 10001100 | 10110101 | 100011 | 10111 | 0 | 11101 | 11011010 | 11110 | 111010 |
Color Harmonies of #758CB5
Complementary color
Monochromatic Colors of #758CB5
Black with #758CB5
Text Example
Text Example
White with #758CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CB5; }
p { color: rgb(117,140,181); }
H1.HeaderClassName
{
color: #758CB5;
}
.AnyTagClassName
{
color: #758CB5;
}
</style>
background-color css
<style>
a { background-color: #758CB5; }
a { background-color: rgb(117,140,181); }
div.DivClassName
{
background-color: #758CB5;
}
.BgClassName
{
background-color: #758CB5;
}
</style>
border-color css
<style>
span { border-color: #758CB5; }
span { border-color: rgb(117,140,181); }
td.TdClassName
{
border-color: #758CB5;
}
.TagClassName
{
border-color: #758CB5;
}
</style>