Shades of Wild Blue Yonder #748CCD
Tints of Wild Blue Yonder #748CCD
RGB
CMYK
RGB Variations
Color information
#748CCD (or 0x748CCD) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and CD. RGB value is (116,140,205). Sum of RGB (Red+Green+Blue) = 116+140+205=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #748CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCD is #8B7332. Grayscale: #8B8B8B. Windows color (decimal): -9138995 or 13470836. OLE color: 13470836.
HSL color Cylindrical-coordinate representation of color #748CCD: hue angle of 223.82º degrees, saturation: 0.47, 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 #748CCD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 140 | 205 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.20 |
| HSL | 223.82º | 0.47% | 0.63% | - |
| HSV(B) | 223.82º | 0.43% | 0.8% | - |
| XYZ | 27.6 | 26.88 | 61.49 | - |
| YUV | 140.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 205 | 0.43 | 0.32 | 0 | 0.20 | 223.82 | 0.47 | 0.63 |
| Hex | 74 | 8C | CD | 2B | 20 | 0 | 14 | E0 | 2F | 3F |
| Octal | 164 | 214 | 315 | 53 | 40 | 0 | 24 | 340 | 57 | 77 |
| Binary | 1110100 | 10001100 | 11001101 | 101011 | 100000 | 0 | 10100 | 11100000 | 101111 | 111111 |
Color Harmonies of #748CCD
Complementary color
Monochromatic Colors of #748CCD
Black with #748CCD
Text Example
Text Example
White with #748CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CCD; }
p { color: rgb(116,140,205); }
H1.HeaderClassName
{
color: #748CCD;
}
.AnyTagClassName
{
color: #748CCD;
}
</style>
background-color css
<style>
a { background-color: #748CCD; }
a { background-color: rgb(116,140,205); }
div.DivClassName
{
background-color: #748CCD;
}
.BgClassName
{
background-color: #748CCD;
}
</style>
border-color css
<style>
span { border-color: #748CCD; }
span { border-color: rgb(116,140,205); }
td.TdClassName
{
border-color: #748CCD;
}
.TagClassName
{
border-color: #748CCD;
}
</style>