Shades of Wild Blue Yonder #718CC1
Tints of Wild Blue Yonder #718CC1
RGB
CMYK
RGB Variations
Color information
#718CC1 (or 0x718CC1) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and C1. RGB value is (113,140,193). Sum of RGB (Red+Green+Blue) = 113+140+193=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #718CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CC1 is #8E733E. Grayscale: #898989. Windows color (decimal): -9335615 or 12684401. OLE color: 12684401.
HSL color Cylindrical-coordinate representation of color #718CC1: hue angle of 219.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718CC1 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 140 | 193 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.24 |
| HSL | 219.75º | 0.39% | 0.6% | - |
| HSV(B) | 219.75º | 0.41% | 0.76% | - |
| XYZ | 25.81 | 26.12 | 54.13 | - |
| YUV | 137.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 193 | 0.41 | 0.27 | 0 | 0.24 | 219.75 | 0.39 | 0.6 |
| Hex | 71 | 8C | C1 | 29 | 1B | 0 | 18 | DC | 27 | 3C |
| Octal | 161 | 214 | 301 | 51 | 33 | 0 | 30 | 334 | 47 | 74 |
| Binary | 1110001 | 10001100 | 11000001 | 101001 | 11011 | 0 | 11000 | 11011100 | 100111 | 111100 |
Color Harmonies of #718CC1
Complementary color
Monochromatic Colors of #718CC1
Black with #718CC1
Text Example
Text Example
White with #718CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CC1; }
p { color: rgb(113,140,193); }
H1.HeaderClassName
{
color: #718CC1;
}
.AnyTagClassName
{
color: #718CC1;
}
</style>
background-color css
<style>
a { background-color: #718CC1; }
a { background-color: rgb(113,140,193); }
div.DivClassName
{
background-color: #718CC1;
}
.BgClassName
{
background-color: #718CC1;
}
</style>
border-color css
<style>
span { border-color: #718CC1; }
span { border-color: rgb(113,140,193); }
td.TdClassName
{
border-color: #718CC1;
}
.TagClassName
{
border-color: #718CC1;
}
</style>