Shades of Wild Blue Yonder #767DB4
Tints of Wild Blue Yonder #767DB4
RGB
CMYK
RGB Variations
Color information
#767DB4 (or 0x767DB4) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and B4. RGB value is (118,125,180). Sum of RGB (Red+Green+Blue) = 118+125+180=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #767DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DB4 is #89824B. Grayscale: #808080. Windows color (decimal): -9011788 or 11828598. OLE color: 11828598.
HSL color Cylindrical-coordinate representation of color #767DB4: hue angle of 233.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #767DB4 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 125 | 180 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.29 |
| HSL | 233.23º | 0.29% | 0.58% | - |
| HSV(B) | 233.23º | 0.34% | 0.71% | - |
| XYZ | 23.04 | 21.81 | 46.18 | - |
| YUV | 129.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 180 | 0.34 | 0.31 | 0 | 0.29 | 233.23 | 0.29 | 0.58 |
| Hex | 76 | 7D | B4 | 22 | 1F | 0 | 1D | E9 | 1D | 3A |
| Octal | 166 | 175 | 264 | 42 | 37 | 0 | 35 | 351 | 35 | 72 |
| Binary | 1110110 | 1111101 | 10110100 | 100010 | 11111 | 0 | 11101 | 11101001 | 11101 | 111010 |
Color Harmonies of #767DB4
Complementary color
Monochromatic Colors of #767DB4
Black with #767DB4
Text Example
Text Example
White with #767DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DB4; }
p { color: rgb(118,125,180); }
H1.HeaderClassName
{
color: #767DB4;
}
.AnyTagClassName
{
color: #767DB4;
}
</style>
background-color css
<style>
a { background-color: #767DB4; }
a { background-color: rgb(118,125,180); }
div.DivClassName
{
background-color: #767DB4;
}
.BgClassName
{
background-color: #767DB4;
}
</style>
border-color css
<style>
span { border-color: #767DB4; }
span { border-color: rgb(118,125,180); }
td.TdClassName
{
border-color: #767DB4;
}
.TagClassName
{
border-color: #767DB4;
}
</style>