Shades of Wild Blue Yonder #747FC1
Tints of Wild Blue Yonder #747FC1
RGB
CMYK
RGB Variations
Color information
#747FC1 (or 0x747FC1) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and C1. RGB value is (116,127,193). Sum of RGB (Red+Green+Blue) = 116+127+193=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #747FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FC1 is #8B803E. Grayscale: #828282. Windows color (decimal): -9142335 or 12681076. OLE color: 12681076.
HSL color Cylindrical-coordinate representation of color #747FC1: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747FC1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 127 | 193 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.24 |
| HSL | 231.43º | 0.38% | 0.61% | - |
| HSV(B) | 231.43º | 0.4% | 0.76% | - |
| XYZ | 24.42 | 22.74 | 53.55 | - |
| YUV | 131.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 193 | 0.40 | 0.34 | 0 | 0.24 | 231.43 | 0.38 | 0.61 |
| Hex | 74 | 7F | C1 | 28 | 22 | 0 | 18 | E7 | 26 | 3D |
| Octal | 164 | 177 | 301 | 50 | 42 | 0 | 30 | 347 | 46 | 75 |
| Binary | 1110100 | 1111111 | 11000001 | 101000 | 100010 | 0 | 11000 | 11100111 | 100110 | 111101 |
Color Harmonies of #747FC1
Complementary color
Monochromatic Colors of #747FC1
Black with #747FC1
Text Example
Text Example
White with #747FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FC1; }
p { color: rgb(116,127,193); }
H1.HeaderClassName
{
color: #747FC1;
}
.AnyTagClassName
{
color: #747FC1;
}
</style>
background-color css
<style>
a { background-color: #747FC1; }
a { background-color: rgb(116,127,193); }
div.DivClassName
{
background-color: #747FC1;
}
.BgClassName
{
background-color: #747FC1;
}
</style>
border-color css
<style>
span { border-color: #747FC1; }
span { border-color: rgb(116,127,193); }
td.TdClassName
{
border-color: #747FC1;
}
.TagClassName
{
border-color: #747FC1;
}
</style>