Shades of Wild Blue Yonder #758BCA
Tints of Wild Blue Yonder #758BCA
RGB
CMYK
RGB Variations
Color information
#758BCA (or 0x758BCA) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and CA. RGB value is (117,139,202). Sum of RGB (Red+Green+Blue) = 117+139+202=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #758BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BCA is #8A7435. Grayscale: #8B8B8B. Windows color (decimal): -9073718 or 13273973. OLE color: 13273973.
HSL color Cylindrical-coordinate representation of color #758BCA: hue angle of 224.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758BCA is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 139 | 202 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.21 |
| HSL | 224.47º | 0.45% | 0.63% | - |
| HSV(B) | 224.47º | 0.42% | 0.79% | - |
| XYZ | 27.23 | 26.51 | 59.56 | - |
| YUV | 139.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 202 | 0.42 | 0.31 | 0 | 0.21 | 224.47 | 0.45 | 0.63 |
| Hex | 75 | 8B | CA | 2A | 1F | 0 | 15 | E0 | 2D | 3F |
| Octal | 165 | 213 | 312 | 52 | 37 | 0 | 25 | 340 | 55 | 77 |
| Binary | 1110101 | 10001011 | 11001010 | 101010 | 11111 | 0 | 10101 | 11100000 | 101101 | 111111 |
Color Harmonies of #758BCA
Complementary color
Monochromatic Colors of #758BCA
Black with #758BCA
Text Example
Text Example
White with #758BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BCA; }
p { color: rgb(117,139,202); }
H1.HeaderClassName
{
color: #758BCA;
}
.AnyTagClassName
{
color: #758BCA;
}
</style>
background-color css
<style>
a { background-color: #758BCA; }
a { background-color: rgb(117,139,202); }
div.DivClassName
{
background-color: #758BCA;
}
.BgClassName
{
background-color: #758BCA;
}
</style>
border-color css
<style>
span { border-color: #758BCA; }
span { border-color: rgb(117,139,202); }
td.TdClassName
{
border-color: #758BCA;
}
.TagClassName
{
border-color: #758BCA;
}
</style>