Shades of Wild Blue Yonder #7183CF
Tints of Wild Blue Yonder #7183CF
RGB
CMYK
RGB Variations
Color information
#7183CF (or 0x7183CF) is known color: Wild Blue Yonder. HEX triplet: 71, 83 and CF. RGB value is (113,131,207). Sum of RGB (Red+Green+Blue) = 113+131+207=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #7183CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183CF is #8E7C30. Grayscale: #858585. Windows color (decimal): -9337905 or 13599601. OLE color: 13599601.
HSL color Cylindrical-coordinate representation of color #7183CF: hue angle of 228.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7183CF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 131 | 207 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.19 |
| HSL | 228.51º | 0.49% | 0.63% | - |
| HSV(B) | 228.51º | 0.45% | 0.81% | - |
| XYZ | 26.19 | 24.25 | 62.33 | - |
| YUV | 134.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 207 | 0.45 | 0.37 | 0 | 0.19 | 228.51 | 0.49 | 0.63 |
| Hex | 71 | 83 | CF | 2D | 25 | 0 | 13 | E5 | 31 | 3F |
| Octal | 161 | 203 | 317 | 55 | 45 | 0 | 23 | 345 | 61 | 77 |
| Binary | 1110001 | 10000011 | 11001111 | 101101 | 100101 | 0 | 10011 | 11100101 | 110001 | 111111 |
Color Harmonies of #7183CF
Complementary color
Monochromatic Colors of #7183CF
Black with #7183CF
Text Example
Text Example
White with #7183CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183CF; }
p { color: rgb(113,131,207); }
H1.HeaderClassName
{
color: #7183CF;
}
.AnyTagClassName
{
color: #7183CF;
}
</style>
background-color css
<style>
a { background-color: #7183CF; }
a { background-color: rgb(113,131,207); }
div.DivClassName
{
background-color: #7183CF;
}
.BgClassName
{
background-color: #7183CF;
}
</style>
border-color css
<style>
span { border-color: #7183CF; }
span { border-color: rgb(113,131,207); }
td.TdClassName
{
border-color: #7183CF;
}
.TagClassName
{
border-color: #7183CF;
}
</style>