Shades of Wild Blue Yonder #717DBA
Tints of Wild Blue Yonder #717DBA
RGB
CMYK
RGB Variations
Color information
#717DBA (or 0x717DBA) is known color: Wild Blue Yonder. HEX triplet: 71, 7D and BA. RGB value is (113,125,186). Sum of RGB (Red+Green+Blue) = 113+125+186=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #717DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DBA is #8E8245. Grayscale: #808080. Windows color (decimal): -9339462 or 12221809. OLE color: 12221809.
HSL color Cylindrical-coordinate representation of color #717DBA: hue angle of 230.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717DBA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 125 | 186 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.27 |
| HSL | 230.14º | 0.35% | 0.59% | - |
| HSV(B) | 230.14º | 0.39% | 0.73% | - |
| XYZ | 23.01 | 21.72 | 49.43 | - |
| YUV | 128.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 186 | 0.39 | 0.33 | 0 | 0.27 | 230.14 | 0.35 | 0.59 |
| Hex | 71 | 7D | BA | 27 | 21 | 0 | 1B | E6 | 23 | 3B |
| Octal | 161 | 175 | 272 | 47 | 41 | 0 | 33 | 346 | 43 | 73 |
| Binary | 1110001 | 1111101 | 10111010 | 100111 | 100001 | 0 | 11011 | 11100110 | 100011 | 111011 |
Color Harmonies of #717DBA
Complementary color
Monochromatic Colors of #717DBA
Black with #717DBA
Text Example
Text Example
White with #717DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DBA; }
p { color: rgb(113,125,186); }
H1.HeaderClassName
{
color: #717DBA;
}
.AnyTagClassName
{
color: #717DBA;
}
</style>
background-color css
<style>
a { background-color: #717DBA; }
a { background-color: rgb(113,125,186); }
div.DivClassName
{
background-color: #717DBA;
}
.BgClassName
{
background-color: #717DBA;
}
</style>
border-color css
<style>
span { border-color: #717DBA; }
span { border-color: rgb(113,125,186); }
td.TdClassName
{
border-color: #717DBA;
}
.TagClassName
{
border-color: #717DBA;
}
</style>