Shades of Wild Blue Yonder #7185CC
Tints of Wild Blue Yonder #7185CC
RGB
CMYK
RGB Variations
Color information
#7185CC (or 0x7185CC) is known color: Wild Blue Yonder. HEX triplet: 71, 85 and CC. RGB value is (113,133,204). Sum of RGB (Red+Green+Blue) = 113+133+204=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #7185CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185CC is #8E7A33. Grayscale: #868686. Windows color (decimal): -9337396 or 13403505. OLE color: 13403505.
HSL color Cylindrical-coordinate representation of color #7185CC: hue angle of 226.81º 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 #7185CC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 133 | 204 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.2 |
| HSL | 226.81º | 0.47% | 0.62% | - |
| HSV(B) | 226.81º | 0.45% | 0.8% | - |
| XYZ | 26.1 | 24.65 | 60.51 | - |
| YUV | 135.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 204 | 0.45 | 0.35 | 0 | 0.2 | 226.81 | 0.47 | 0.62 |
| Hex | 71 | 85 | CC | 2D | 23 | 0 | 14 | E3 | 2F | 3E |
| Octal | 161 | 205 | 314 | 55 | 43 | 0 | 24 | 343 | 57 | 76 |
| Binary | 1110001 | 10000101 | 11001100 | 101101 | 100011 | 0 | 10100 | 11100011 | 101111 | 111110 |
Color Harmonies of #7185CC
Complementary color
Monochromatic Colors of #7185CC
Black with #7185CC
Text Example
Text Example
White with #7185CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7185CC; }
p { color: rgb(113,133,204); }
H1.HeaderClassName
{
color: #7185CC;
}
.AnyTagClassName
{
color: #7185CC;
}
</style>
background-color css
<style>
a { background-color: #7185CC; }
a { background-color: rgb(113,133,204); }
div.DivClassName
{
background-color: #7185CC;
}
.BgClassName
{
background-color: #7185CC;
}
</style>
border-color css
<style>
span { border-color: #7185CC; }
span { border-color: rgb(113,133,204); }
td.TdClassName
{
border-color: #7185CC;
}
.TagClassName
{
border-color: #7185CC;
}
</style>