Shades of Wild Blue Yonder #767FCC
Tints of Wild Blue Yonder #767FCC
RGB
CMYK
RGB Variations
Color information
#767FCC (or 0x767FCC) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and CC. RGB value is (118,127,204). Sum of RGB (Red+Green+Blue) = 118+127+204=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #767FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FCC is #898033. Grayscale: #848484. Windows color (decimal): -9011252 or 13401974. OLE color: 13401974.
HSL color Cylindrical-coordinate representation of color #767FCC: hue angle of 233.72º 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 #767FCC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 127 | 204 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.2 |
| HSL | 233.72º | 0.46% | 0.63% | - |
| HSV(B) | 233.72º | 0.42% | 0.8% | - |
| XYZ | 25.96 | 23.39 | 60.27 | - |
| YUV | 133.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 204 | 0.42 | 0.38 | 0 | 0.2 | 233.72 | 0.46 | 0.63 |
| Hex | 76 | 7F | CC | 2A | 26 | 0 | 14 | EA | 2E | 3F |
| Octal | 166 | 177 | 314 | 52 | 46 | 0 | 24 | 352 | 56 | 77 |
| Binary | 1110110 | 1111111 | 11001100 | 101010 | 100110 | 0 | 10100 | 11101010 | 101110 | 111111 |
Color Harmonies of #767FCC
Complementary color
Monochromatic Colors of #767FCC
Black with #767FCC
Text Example
Text Example
White with #767FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FCC; }
p { color: rgb(118,127,204); }
H1.HeaderClassName
{
color: #767FCC;
}
.AnyTagClassName
{
color: #767FCC;
}
</style>
background-color css
<style>
a { background-color: #767FCC; }
a { background-color: rgb(118,127,204); }
div.DivClassName
{
background-color: #767FCC;
}
.BgClassName
{
background-color: #767FCC;
}
</style>
border-color css
<style>
span { border-color: #767FCC; }
span { border-color: rgb(118,127,204); }
td.TdClassName
{
border-color: #767FCC;
}
.TagClassName
{
border-color: #767FCC;
}
</style>