Shades of Wild Blue Yonder #748AC1
Tints of Wild Blue Yonder #748AC1
RGB
CMYK
RGB Variations
Color information
#748AC1 (or 0x748AC1) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and C1. RGB value is (116,138,193). Sum of RGB (Red+Green+Blue) = 116+138+193=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #748AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC1 is #8B753E. Grayscale: #898989. Windows color (decimal): -9139519 or 12683892. OLE color: 12683892.
HSL color Cylindrical-coordinate representation of color #748AC1: hue angle of 222.86º 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 #748AC1 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 138 | 193 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.24 |
| HSL | 222.86º | 0.38% | 0.61% | - |
| HSV(B) | 222.86º | 0.4% | 0.76% | - |
| XYZ | 25.92 | 25.74 | 54.05 | - |
| YUV | 137.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 193 | 0.40 | 0.28 | 0 | 0.24 | 222.86 | 0.38 | 0.61 |
| Hex | 74 | 8A | C1 | 28 | 1C | 0 | 18 | DF | 26 | 3D |
| Octal | 164 | 212 | 301 | 50 | 34 | 0 | 30 | 337 | 46 | 75 |
| Binary | 1110100 | 10001010 | 11000001 | 101000 | 11100 | 0 | 11000 | 11011111 | 100110 | 111101 |
Color Harmonies of #748AC1
Complementary color
Monochromatic Colors of #748AC1
Black with #748AC1
Text Example
Text Example
White with #748AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AC1; }
p { color: rgb(116,138,193); }
H1.HeaderClassName
{
color: #748AC1;
}
.AnyTagClassName
{
color: #748AC1;
}
</style>
background-color css
<style>
a { background-color: #748AC1; }
a { background-color: rgb(116,138,193); }
div.DivClassName
{
background-color: #748AC1;
}
.BgClassName
{
background-color: #748AC1;
}
</style>
border-color css
<style>
span { border-color: #748AC1; }
span { border-color: rgb(116,138,193); }
td.TdClassName
{
border-color: #748AC1;
}
.TagClassName
{
border-color: #748AC1;
}
</style>