Shades of Wild Blue Yonder #7685CC
Tints of Wild Blue Yonder #7685CC
RGB
CMYK
RGB Variations
Color information
#7685CC (or 0x7685CC) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and CC. RGB value is (118,133,204). Sum of RGB (Red+Green+Blue) = 118+133+204=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #7685CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685CC is #897A33. Grayscale: #888888. Windows color (decimal): -9009716 or 13403510. OLE color: 13403510.
HSL color Cylindrical-coordinate representation of color #7685CC: hue angle of 229.53º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7685CC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 133 | 204 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.2 |
| HSL | 229.53º | 0.46% | 0.63% | - |
| HSV(B) | 229.53º | 0.42% | 0.8% | - |
| XYZ | 26.76 | 24.99 | 60.54 | - |
| YUV | 136.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 204 | 0.42 | 0.35 | 0 | 0.2 | 229.53 | 0.46 | 0.63 |
| Hex | 76 | 85 | CC | 2A | 23 | 0 | 14 | E6 | 2E | 3F |
| Octal | 166 | 205 | 314 | 52 | 43 | 0 | 24 | 346 | 56 | 77 |
| Binary | 1110110 | 10000101 | 11001100 | 101010 | 100011 | 0 | 10100 | 11100110 | 101110 | 111111 |
Color Harmonies of #7685CC
Complementary color
Monochromatic Colors of #7685CC
Black with #7685CC
Text Example
Text Example
White with #7685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685CC; }
p { color: rgb(118,133,204); }
H1.HeaderClassName
{
color: #7685CC;
}
.AnyTagClassName
{
color: #7685CC;
}
</style>
background-color css
<style>
a { background-color: #7685CC; }
a { background-color: rgb(118,133,204); }
div.DivClassName
{
background-color: #7685CC;
}
.BgClassName
{
background-color: #7685CC;
}
</style>
border-color css
<style>
span { border-color: #7685CC; }
span { border-color: rgb(118,133,204); }
td.TdClassName
{
border-color: #7685CC;
}
.TagClassName
{
border-color: #7685CC;
}
</style>