Shades of Wild Blue Yonder #7182C3
Tints of Wild Blue Yonder #7182C3
RGB
CMYK
RGB Variations
Color information
#7182C3 (or 0x7182C3) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and C3. RGB value is (113,130,195). Sum of RGB (Red+Green+Blue) = 113+130+195=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #7182C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182C3 is #8E7D3C. Grayscale: #848484. Windows color (decimal): -9338173 or 12812913. OLE color: 12812913.
HSL color Cylindrical-coordinate representation of color #7182C3: hue angle of 227.56º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7182C3 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 130 | 195 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.24 |
| HSL | 227.56º | 0.41% | 0.6% | - |
| HSV(B) | 227.56º | 0.42% | 0.76% | - |
| XYZ | 24.64 | 23.42 | 54.85 | - |
| YUV | 132.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 195 | 0.42 | 0.33 | 0 | 0.24 | 227.56 | 0.41 | 0.6 |
| Hex | 71 | 82 | C3 | 2A | 21 | 0 | 18 | E4 | 29 | 3C |
| Octal | 161 | 202 | 303 | 52 | 41 | 0 | 30 | 344 | 51 | 74 |
| Binary | 1110001 | 10000010 | 11000011 | 101010 | 100001 | 0 | 11000 | 11100100 | 101001 | 111100 |
Color Harmonies of #7182C3
Complementary color
Monochromatic Colors of #7182C3
Black with #7182C3
Text Example
Text Example
White with #7182C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182C3; }
p { color: rgb(113,130,195); }
H1.HeaderClassName
{
color: #7182C3;
}
.AnyTagClassName
{
color: #7182C3;
}
</style>
background-color css
<style>
a { background-color: #7182C3; }
a { background-color: rgb(113,130,195); }
div.DivClassName
{
background-color: #7182C3;
}
.BgClassName
{
background-color: #7182C3;
}
</style>
border-color css
<style>
span { border-color: #7182C3; }
span { border-color: rgb(113,130,195); }
td.TdClassName
{
border-color: #7182C3;
}
.TagClassName
{
border-color: #7182C3;
}
</style>