Shades of Wild Blue Yonder #767DB3
Tints of Wild Blue Yonder #767DB3
RGB
CMYK
RGB Variations
Color information
#767DB3 (or 0x767DB3) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and B3. RGB value is (118,125,179). Sum of RGB (Red+Green+Blue) = 118+125+179=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #767DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DB3 is #89824C. Grayscale: #808080. Windows color (decimal): -9011789 or 11763062. OLE color: 11763062.
HSL color Cylindrical-coordinate representation of color #767DB3: hue angle of 233.11º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #767DB3 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 125 | 179 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.30 |
| HSL | 233.11º | 0.29% | 0.58% | - |
| HSV(B) | 233.11º | 0.34% | 0.7% | - |
| XYZ | 22.94 | 21.77 | 45.64 | - |
| YUV | 129.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 179 | 0.34 | 0.30 | 0 | 0.30 | 233.11 | 0.29 | 0.58 |
| Hex | 76 | 7D | B3 | 22 | 1E | 0 | 1E | E9 | 1D | 3A |
| Octal | 166 | 175 | 263 | 42 | 36 | 0 | 36 | 351 | 35 | 72 |
| Binary | 1110110 | 1111101 | 10110011 | 100010 | 11110 | 0 | 11110 | 11101001 | 11101 | 111010 |
Color Harmonies of #767DB3
Complementary color
Monochromatic Colors of #767DB3
Black with #767DB3
Text Example
Text Example
White with #767DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DB3; }
p { color: rgb(118,125,179); }
H1.HeaderClassName
{
color: #767DB3;
}
.AnyTagClassName
{
color: #767DB3;
}
</style>
background-color css
<style>
a { background-color: #767DB3; }
a { background-color: rgb(118,125,179); }
div.DivClassName
{
background-color: #767DB3;
}
.BgClassName
{
background-color: #767DB3;
}
</style>
border-color css
<style>
span { border-color: #767DB3; }
span { border-color: rgb(118,125,179); }
td.TdClassName
{
border-color: #767DB3;
}
.TagClassName
{
border-color: #767DB3;
}
</style>