Shades of Wild Blue Yonder #767DB7
Tints of Wild Blue Yonder #767DB7
RGB
CMYK
RGB Variations
Color information
#767DB7 (or 0x767DB7) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and B7. RGB value is (118,125,183). Sum of RGB (Red+Green+Blue) = 118+125+183=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #767DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DB7 is #898248. Grayscale: #818181. Windows color (decimal): -9011785 or 12025206. OLE color: 12025206.
HSL color Cylindrical-coordinate representation of color #767DB7: hue angle of 233.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767DB7 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 125 | 183 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.28 |
| HSL | 233.54º | 0.31% | 0.59% | - |
| HSV(B) | 233.54º | 0.36% | 0.72% | - |
| XYZ | 23.35 | 21.94 | 47.8 | - |
| YUV | 129.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 183 | 0.36 | 0.32 | 0 | 0.28 | 233.54 | 0.31 | 0.59 |
| Hex | 76 | 7D | B7 | 24 | 20 | 0 | 1C | EA | 1F | 3B |
| Octal | 166 | 175 | 267 | 44 | 40 | 0 | 34 | 352 | 37 | 73 |
| Binary | 1110110 | 1111101 | 10110111 | 100100 | 100000 | 0 | 11100 | 11101010 | 11111 | 111011 |
Color Harmonies of #767DB7
Complementary color
Monochromatic Colors of #767DB7
Black with #767DB7
Text Example
Text Example
White with #767DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DB7; }
p { color: rgb(118,125,183); }
H1.HeaderClassName
{
color: #767DB7;
}
.AnyTagClassName
{
color: #767DB7;
}
</style>
background-color css
<style>
a { background-color: #767DB7; }
a { background-color: rgb(118,125,183); }
div.DivClassName
{
background-color: #767DB7;
}
.BgClassName
{
background-color: #767DB7;
}
</style>
border-color css
<style>
span { border-color: #767DB7; }
span { border-color: rgb(118,125,183); }
td.TdClassName
{
border-color: #767DB7;
}
.TagClassName
{
border-color: #767DB7;
}
</style>