Shades of Wild Blue Yonder #748ACF
Tints of Wild Blue Yonder #748ACF
RGB
CMYK
RGB Variations
Color information
#748ACF (or 0x748ACF) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and CF. RGB value is (116,138,207). Sum of RGB (Red+Green+Blue) = 116+138+207=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #748ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ACF is #8B7530. Grayscale: #8A8A8A. Windows color (decimal): -9139505 or 13601396. OLE color: 13601396.
HSL color Cylindrical-coordinate representation of color #748ACF: hue angle of 225.49º 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 #748ACF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 138 | 207 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.19 |
| HSL | 225.49º | 0.49% | 0.63% | - |
| HSV(B) | 225.49º | 0.44% | 0.81% | - |
| XYZ | 27.55 | 26.39 | 62.67 | - |
| YUV | 139.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 207 | 0.44 | 0.33 | 0 | 0.19 | 225.49 | 0.49 | 0.63 |
| Hex | 74 | 8A | CF | 2C | 21 | 0 | 13 | E1 | 31 | 3F |
| Octal | 164 | 212 | 317 | 54 | 41 | 0 | 23 | 341 | 61 | 77 |
| Binary | 1110100 | 10001010 | 11001111 | 101100 | 100001 | 0 | 10011 | 11100001 | 110001 | 111111 |
Color Harmonies of #748ACF
Complementary color
Monochromatic Colors of #748ACF
Black with #748ACF
Text Example
Text Example
White with #748ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ACF; }
p { color: rgb(116,138,207); }
H1.HeaderClassName
{
color: #748ACF;
}
.AnyTagClassName
{
color: #748ACF;
}
</style>
background-color css
<style>
a { background-color: #748ACF; }
a { background-color: rgb(116,138,207); }
div.DivClassName
{
background-color: #748ACF;
}
.BgClassName
{
background-color: #748ACF;
}
</style>
border-color css
<style>
span { border-color: #748ACF; }
span { border-color: rgb(116,138,207); }
td.TdClassName
{
border-color: #748ACF;
}
.TagClassName
{
border-color: #748ACF;
}
</style>