Shades of Wild Blue Yonder #717FCB
Tints of Wild Blue Yonder #717FCB
RGB
CMYK
RGB Variations
Color information
#717FCB (or 0x717FCB) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and CB. RGB value is (113,127,203). Sum of RGB (Red+Green+Blue) = 113+127+203=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #717FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FCB is #8E8034. Grayscale: #838383. Windows color (decimal): -9338933 or 13336433. OLE color: 13336433.
HSL color Cylindrical-coordinate representation of color #717FCB: hue angle of 230.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717FCB is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 127 | 203 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.20 |
| HSL | 230.67º | 0.46% | 0.62% | - |
| HSV(B) | 230.67º | 0.44% | 0.8% | - |
| XYZ | 25.18 | 23 | 59.61 | - |
| YUV | 131.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 203 | 0.44 | 0.37 | 0 | 0.20 | 230.67 | 0.46 | 0.62 |
| Hex | 71 | 7F | CB | 2C | 25 | 0 | 14 | E7 | 2E | 3E |
| Octal | 161 | 177 | 313 | 54 | 45 | 0 | 24 | 347 | 56 | 76 |
| Binary | 1110001 | 1111111 | 11001011 | 101100 | 100101 | 0 | 10100 | 11100111 | 101110 | 111110 |
Color Harmonies of #717FCB
Complementary color
Monochromatic Colors of #717FCB
Black with #717FCB
Text Example
Text Example
White with #717FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FCB; }
p { color: rgb(113,127,203); }
H1.HeaderClassName
{
color: #717FCB;
}
.AnyTagClassName
{
color: #717FCB;
}
</style>
background-color css
<style>
a { background-color: #717FCB; }
a { background-color: rgb(113,127,203); }
div.DivClassName
{
background-color: #717FCB;
}
.BgClassName
{
background-color: #717FCB;
}
</style>
border-color css
<style>
span { border-color: #717FCB; }
span { border-color: rgb(113,127,203); }
td.TdClassName
{
border-color: #717FCB;
}
.TagClassName
{
border-color: #717FCB;
}
</style>