Shades of Wild Blue Yonder #7181CC
Tints of Wild Blue Yonder #7181CC
RGB
CMYK
RGB Variations
Color information
#7181CC (or 0x7181CC) is known color: Wild Blue Yonder. HEX triplet: 71, 81 and CC. RGB value is (113,129,204). Sum of RGB (Red+Green+Blue) = 113+129+204=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #7181CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181CC is #8E7E33. Grayscale: #848484. Windows color (decimal): -9338420 or 13402481. OLE color: 13402481.
HSL color Cylindrical-coordinate representation of color #7181CC: hue angle of 229.45º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7181CC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 129 | 204 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.2 |
| HSL | 229.45º | 0.47% | 0.62% | - |
| HSV(B) | 229.45º | 0.45% | 0.8% | - |
| XYZ | 25.56 | 23.57 | 60.33 | - |
| YUV | 132.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 204 | 0.45 | 0.37 | 0 | 0.2 | 229.45 | 0.47 | 0.62 |
| Hex | 71 | 81 | CC | 2D | 25 | 0 | 14 | E5 | 2F | 3E |
| Octal | 161 | 201 | 314 | 55 | 45 | 0 | 24 | 345 | 57 | 76 |
| Binary | 1110001 | 10000001 | 11001100 | 101101 | 100101 | 0 | 10100 | 11100101 | 101111 | 111110 |
Color Harmonies of #7181CC
Complementary color
Monochromatic Colors of #7181CC
Black with #7181CC
Text Example
Text Example
White with #7181CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7181CC; }
p { color: rgb(113,129,204); }
H1.HeaderClassName
{
color: #7181CC;
}
.AnyTagClassName
{
color: #7181CC;
}
</style>
background-color css
<style>
a { background-color: #7181CC; }
a { background-color: rgb(113,129,204); }
div.DivClassName
{
background-color: #7181CC;
}
.BgClassName
{
background-color: #7181CC;
}
</style>
border-color css
<style>
span { border-color: #7181CC; }
span { border-color: rgb(113,129,204); }
td.TdClassName
{
border-color: #7181CC;
}
.TagClassName
{
border-color: #7181CC;
}
</style>