Shades of Wild Blue Yonder #748CCF
Tints of Wild Blue Yonder #748CCF
RGB
CMYK
RGB Variations
Color information
#748CCF (or 0x748CCF) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and CF. RGB value is (116,140,207). Sum of RGB (Red+Green+Blue) = 116+140+207=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #748CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCF is #8B7330. Grayscale: #8C8C8C. Windows color (decimal): -9138993 or 13601908. OLE color: 13601908.
HSL color Cylindrical-coordinate representation of color #748CCF: hue angle of 224.18º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748CCF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 140 | 207 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.19 |
| HSL | 224.18º | 0.49% | 0.63% | - |
| HSV(B) | 224.18º | 0.44% | 0.81% | - |
| XYZ | 27.84 | 26.97 | 62.77 | - |
| YUV | 140.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 207 | 0.44 | 0.32 | 0 | 0.19 | 224.18 | 0.49 | 0.63 |
| Hex | 74 | 8C | CF | 2C | 20 | 0 | 13 | E0 | 31 | 3F |
| Octal | 164 | 214 | 317 | 54 | 40 | 0 | 23 | 340 | 61 | 77 |
| Binary | 1110100 | 10001100 | 11001111 | 101100 | 100000 | 0 | 10011 | 11100000 | 110001 | 111111 |
Color Harmonies of #748CCF
Complementary color
Monochromatic Colors of #748CCF
Black with #748CCF
Text Example
Text Example
White with #748CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CCF; }
p { color: rgb(116,140,207); }
H1.HeaderClassName
{
color: #748CCF;
}
.AnyTagClassName
{
color: #748CCF;
}
</style>
background-color css
<style>
a { background-color: #748CCF; }
a { background-color: rgb(116,140,207); }
div.DivClassName
{
background-color: #748CCF;
}
.BgClassName
{
background-color: #748CCF;
}
</style>
border-color css
<style>
span { border-color: #748CCF; }
span { border-color: rgb(116,140,207); }
td.TdClassName
{
border-color: #748CCF;
}
.TagClassName
{
border-color: #748CCF;
}
</style>