Shades of Wild Blue Yonder #767FC4
Tints of Wild Blue Yonder #767FC4
RGB
CMYK
RGB Variations
Color information
#767FC4 (or 0x767FC4) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and C4. RGB value is (118,127,196). Sum of RGB (Red+Green+Blue) = 118+127+196=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #767FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FC4 is #89803B. Grayscale: #838383. Windows color (decimal): -9011260 or 12877686. OLE color: 12877686.
HSL color Cylindrical-coordinate representation of color #767FC4: hue angle of 233.08º 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 #767FC4 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 127 | 196 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.23 |
| HSL | 233.08º | 0.4% | 0.62% | - |
| HSV(B) | 233.08º | 0.4% | 0.77% | - |
| XYZ | 25.02 | 23.02 | 55.35 | - |
| YUV | 132.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 196 | 0.40 | 0.35 | 0 | 0.23 | 233.08 | 0.4 | 0.62 |
| Hex | 76 | 7F | C4 | 28 | 23 | 0 | 17 | E9 | 28 | 3E |
| Octal | 166 | 177 | 304 | 50 | 43 | 0 | 27 | 351 | 50 | 76 |
| Binary | 1110110 | 1111111 | 11000100 | 101000 | 100011 | 0 | 10111 | 11101001 | 101000 | 111110 |
Color Harmonies of #767FC4
Complementary color
Monochromatic Colors of #767FC4
Black with #767FC4
Text Example
Text Example
White with #767FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FC4; }
p { color: rgb(118,127,196); }
H1.HeaderClassName
{
color: #767FC4;
}
.AnyTagClassName
{
color: #767FC4;
}
</style>
background-color css
<style>
a { background-color: #767FC4; }
a { background-color: rgb(118,127,196); }
div.DivClassName
{
background-color: #767FC4;
}
.BgClassName
{
background-color: #767FC4;
}
</style>
border-color css
<style>
span { border-color: #767FC4; }
span { border-color: rgb(118,127,196); }
td.TdClassName
{
border-color: #767FC4;
}
.TagClassName
{
border-color: #767FC4;
}
</style>