Shades of Wild Blue Yonder #747DCB
Tints of Wild Blue Yonder #747DCB
RGB
CMYK
RGB Variations
Color information
#747DCB (or 0x747DCB) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and CB. RGB value is (116,125,203). Sum of RGB (Red+Green+Blue) = 116+125+203=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #747DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DCB is #8B8234. Grayscale: #828282. Windows color (decimal): -9142837 or 13335924. OLE color: 13335924.
HSL color Cylindrical-coordinate representation of color #747DCB: hue angle of 233.79º 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 #747DCB is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 125 | 203 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.20 |
| HSL | 233.79º | 0.46% | 0.63% | - |
| HSV(B) | 233.79º | 0.43% | 0.8% | - |
| XYZ | 25.32 | 22.69 | 59.55 | - |
| YUV | 131.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 203 | 0.43 | 0.38 | 0 | 0.20 | 233.79 | 0.46 | 0.63 |
| Hex | 74 | 7D | CB | 2B | 26 | 0 | 14 | EA | 2E | 3F |
| Octal | 164 | 175 | 313 | 53 | 46 | 0 | 24 | 352 | 56 | 77 |
| Binary | 1110100 | 1111101 | 11001011 | 101011 | 100110 | 0 | 10100 | 11101010 | 101110 | 111111 |
Color Harmonies of #747DCB
Complementary color
Monochromatic Colors of #747DCB
Black with #747DCB
Text Example
Text Example
White with #747DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DCB; }
p { color: rgb(116,125,203); }
H1.HeaderClassName
{
color: #747DCB;
}
.AnyTagClassName
{
color: #747DCB;
}
</style>
background-color css
<style>
a { background-color: #747DCB; }
a { background-color: rgb(116,125,203); }
div.DivClassName
{
background-color: #747DCB;
}
.BgClassName
{
background-color: #747DCB;
}
</style>
border-color css
<style>
span { border-color: #747DCB; }
span { border-color: rgb(116,125,203); }
td.TdClassName
{
border-color: #747DCB;
}
.TagClassName
{
border-color: #747DCB;
}
</style>