Shades of Wild Blue Yonder #748FC5
Tints of Wild Blue Yonder #748FC5
RGB
CMYK
RGB Variations
Color information
#748FC5 (or 0x748FC5) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and C5. RGB value is (116,143,197). Sum of RGB (Red+Green+Blue) = 116+143+197=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #748FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FC5 is #8B703A. Grayscale: #8C8C8C. Windows color (decimal): -9138235 or 12947316. OLE color: 12947316.
HSL color Cylindrical-coordinate representation of color #748FC5: hue angle of 220º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748FC5 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 143 | 197 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.23 |
| HSL | 220º | 0.41% | 0.61% | - |
| HSV(B) | 220º | 0.41% | 0.77% | - |
| XYZ | 27.1 | 27.39 | 56.68 | - |
| YUV | 141.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 197 | 0.41 | 0.27 | 0 | 0.23 | 220 | 0.41 | 0.61 |
| Hex | 74 | 8F | C5 | 29 | 1B | 0 | 17 | DC | 29 | 3D |
| Octal | 164 | 217 | 305 | 51 | 33 | 0 | 27 | 334 | 51 | 75 |
| Binary | 1110100 | 10001111 | 11000101 | 101001 | 11011 | 0 | 10111 | 11011100 | 101001 | 111101 |
Color Harmonies of #748FC5
Complementary color
Monochromatic Colors of #748FC5
Black with #748FC5
Text Example
Text Example
White with #748FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FC5; }
p { color: rgb(116,143,197); }
H1.HeaderClassName
{
color: #748FC5;
}
.AnyTagClassName
{
color: #748FC5;
}
</style>
background-color css
<style>
a { background-color: #748FC5; }
a { background-color: rgb(116,143,197); }
div.DivClassName
{
background-color: #748FC5;
}
.BgClassName
{
background-color: #748FC5;
}
</style>
border-color css
<style>
span { border-color: #748FC5; }
span { border-color: rgb(116,143,197); }
td.TdClassName
{
border-color: #748FC5;
}
.TagClassName
{
border-color: #748FC5;
}
</style>