Shades of Wild Blue Yonder #767BC1
Tints of Wild Blue Yonder #767BC1
RGB
CMYK
RGB Variations
Color information
#767BC1 (or 0x767BC1) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and C1. RGB value is (118,123,193). Sum of RGB (Red+Green+Blue) = 118+123+193=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #767BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BC1 is #89843E. Grayscale: #818181. Windows color (decimal): -9012287 or 12680054. OLE color: 12680054.
HSL color Cylindrical-coordinate representation of color #767BC1: hue angle of 236º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767BC1 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 123 | 193 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.24 |
| HSL | 236º | 0.38% | 0.61% | - |
| HSV(B) | 236º | 0.39% | 0.76% | - |
| XYZ | 24.18 | 21.87 | 53.4 | - |
| YUV | 129.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 193 | 0.39 | 0.36 | 0 | 0.24 | 236 | 0.38 | 0.61 |
| Hex | 76 | 7B | C1 | 27 | 24 | 0 | 18 | EC | 26 | 3D |
| Octal | 166 | 173 | 301 | 47 | 44 | 0 | 30 | 354 | 46 | 75 |
| Binary | 1110110 | 1111011 | 11000001 | 100111 | 100100 | 0 | 11000 | 11101100 | 100110 | 111101 |
Color Harmonies of #767BC1
Complementary color
Monochromatic Colors of #767BC1
Black with #767BC1
Text Example
Text Example
White with #767BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BC1; }
p { color: rgb(118,123,193); }
H1.HeaderClassName
{
color: #767BC1;
}
.AnyTagClassName
{
color: #767BC1;
}
</style>
background-color css
<style>
a { background-color: #767BC1; }
a { background-color: rgb(118,123,193); }
div.DivClassName
{
background-color: #767BC1;
}
.BgClassName
{
background-color: #767BC1;
}
</style>
border-color css
<style>
span { border-color: #767BC1; }
span { border-color: rgb(118,123,193); }
td.TdClassName
{
border-color: #767BC1;
}
.TagClassName
{
border-color: #767BC1;
}
</style>