Shades of Wild Blue Yonder #7183CC
Tints of Wild Blue Yonder #7183CC
RGB
CMYK
RGB Variations
Color information
#7183CC (or 0x7183CC) is known color: Wild Blue Yonder. HEX triplet: 71, 83 and CC. RGB value is (113,131,204). Sum of RGB (Red+Green+Blue) = 113+131+204=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #7183CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183CC is #8E7C33. Grayscale: #858585. Windows color (decimal): -9337908 or 13402993. OLE color: 13402993.
HSL color Cylindrical-coordinate representation of color #7183CC: hue angle of 228.13º 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 #7183CC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 131 | 204 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.2 |
| HSL | 228.13º | 0.47% | 0.62% | - |
| HSV(B) | 228.13º | 0.45% | 0.8% | - |
| XYZ | 25.83 | 24.1 | 60.42 | - |
| YUV | 133.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 204 | 0.45 | 0.36 | 0 | 0.2 | 228.13 | 0.47 | 0.62 |
| Hex | 71 | 83 | CC | 2D | 24 | 0 | 14 | E4 | 2F | 3E |
| Octal | 161 | 203 | 314 | 55 | 44 | 0 | 24 | 344 | 57 | 76 |
| Binary | 1110001 | 10000011 | 11001100 | 101101 | 100100 | 0 | 10100 | 11100100 | 101111 | 111110 |
Color Harmonies of #7183CC
Complementary color
Monochromatic Colors of #7183CC
Black with #7183CC
Text Example
Text Example
White with #7183CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183CC; }
p { color: rgb(113,131,204); }
H1.HeaderClassName
{
color: #7183CC;
}
.AnyTagClassName
{
color: #7183CC;
}
</style>
background-color css
<style>
a { background-color: #7183CC; }
a { background-color: rgb(113,131,204); }
div.DivClassName
{
background-color: #7183CC;
}
.BgClassName
{
background-color: #7183CC;
}
</style>
border-color css
<style>
span { border-color: #7183CC; }
span { border-color: rgb(113,131,204); }
td.TdClassName
{
border-color: #7183CC;
}
.TagClassName
{
border-color: #7183CC;
}
</style>