Shades of Wild Blue Yonder #7885CC
Tints of Wild Blue Yonder #7885CC
RGB
CMYK
RGB Variations
Color information
#7885CC (or 0x7885CC) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and CC. RGB value is (120,133,204). Sum of RGB (Red+Green+Blue) = 120+133+204=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7885CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885CC is #877A33. Grayscale: #888888. Windows color (decimal): -8878644 or 13403512. OLE color: 13403512.
HSL color Cylindrical-coordinate representation of color #7885CC: hue angle of 230.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7885CC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 133 | 204 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.2 |
| HSL | 230.71º | 0.45% | 0.64% | - |
| HSV(B) | 230.71º | 0.41% | 0.8% | - |
| XYZ | 27.03 | 25.13 | 60.55 | - |
| YUV | 137.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 204 | 0.41 | 0.35 | 0 | 0.2 | 230.71 | 0.45 | 0.64 |
| Hex | 78 | 85 | CC | 29 | 23 | 0 | 14 | E7 | 2D | 40 |
| Octal | 170 | 205 | 314 | 51 | 43 | 0 | 24 | 347 | 55 | 100 |
| Binary | 1111000 | 10000101 | 11001100 | 101001 | 100011 | 0 | 10100 | 11100111 | 101101 | 1000000 |
Color Harmonies of #7885CC
Complementary color
Monochromatic Colors of #7885CC
Black with #7885CC
Text Example
Text Example
White with #7885CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885CC; }
p { color: rgb(120,133,204); }
H1.HeaderClassName
{
color: #7885CC;
}
.AnyTagClassName
{
color: #7885CC;
}
</style>
background-color css
<style>
a { background-color: #7885CC; }
a { background-color: rgb(120,133,204); }
div.DivClassName
{
background-color: #7885CC;
}
.BgClassName
{
background-color: #7885CC;
}
</style>
border-color css
<style>
span { border-color: #7885CC; }
span { border-color: rgb(120,133,204); }
td.TdClassName
{
border-color: #7885CC;
}
.TagClassName
{
border-color: #7885CC;
}
</style>