Shades of Wild Blue Yonder #767EC4
Tints of Wild Blue Yonder #767EC4
RGB
CMYK
RGB Variations
Color information
#767EC4 (or 0x767EC4) is known color: Wild Blue Yonder. HEX triplet: 76, 7E and C4. RGB value is (118,126,196). Sum of RGB (Red+Green+Blue) = 118+126+196=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #767EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EC4 is #89813B. Grayscale: #838383. Windows color (decimal): -9011516 or 12877430. OLE color: 12877430.
HSL color Cylindrical-coordinate representation of color #767EC4: hue angle of 233.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767EC4 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 126 | 196 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.23 |
| HSL | 233.85º | 0.4% | 0.62% | - |
| HSV(B) | 233.85º | 0.4% | 0.77% | - |
| XYZ | 24.9 | 22.76 | 55.31 | - |
| YUV | 131.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 196 | 0.40 | 0.36 | 0 | 0.23 | 233.85 | 0.4 | 0.62 |
| Hex | 76 | 7E | C4 | 28 | 24 | 0 | 17 | EA | 28 | 3E |
| Octal | 166 | 176 | 304 | 50 | 44 | 0 | 27 | 352 | 50 | 76 |
| Binary | 1110110 | 1111110 | 11000100 | 101000 | 100100 | 0 | 10111 | 11101010 | 101000 | 111110 |
Color Harmonies of #767EC4
Complementary color
Monochromatic Colors of #767EC4
Black with #767EC4
Text Example
Text Example
White with #767EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767EC4; }
p { color: rgb(118,126,196); }
H1.HeaderClassName
{
color: #767EC4;
}
.AnyTagClassName
{
color: #767EC4;
}
</style>
background-color css
<style>
a { background-color: #767EC4; }
a { background-color: rgb(118,126,196); }
div.DivClassName
{
background-color: #767EC4;
}
.BgClassName
{
background-color: #767EC4;
}
</style>
border-color css
<style>
span { border-color: #767EC4; }
span { border-color: rgb(118,126,196); }
td.TdClassName
{
border-color: #767EC4;
}
.TagClassName
{
border-color: #767EC4;
}
</style>