Shades of Wild Blue Yonder #767CB8
Tints of Wild Blue Yonder #767CB8
RGB
CMYK
RGB Variations
Color information
#767CB8 (or 0x767CB8) is known color: Wild Blue Yonder. HEX triplet: 76, 7C and B8. RGB value is (118,124,184). Sum of RGB (Red+Green+Blue) = 118+124+184=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #767CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CB8 is #898347. Grayscale: #808080. Windows color (decimal): -9012040 or 12090486. OLE color: 12090486.
HSL color Cylindrical-coordinate representation of color #767CB8: hue angle of 234.55º degrees, saturation: 0.32, 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 #767CB8 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 124 | 184 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.28 |
| HSL | 234.55º | 0.32% | 0.59% | - |
| HSV(B) | 234.55º | 0.36% | 0.72% | - |
| XYZ | 23.33 | 21.73 | 48.31 | - |
| YUV | 129.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 184 | 0.36 | 0.33 | 0 | 0.28 | 234.55 | 0.32 | 0.59 |
| Hex | 76 | 7C | B8 | 24 | 21 | 0 | 1C | EB | 20 | 3B |
| Octal | 166 | 174 | 270 | 44 | 41 | 0 | 34 | 353 | 40 | 73 |
| Binary | 1110110 | 1111100 | 10111000 | 100100 | 100001 | 0 | 11100 | 11101011 | 100000 | 111011 |
Color Harmonies of #767CB8
Complementary color
Monochromatic Colors of #767CB8
Black with #767CB8
Text Example
Text Example
White with #767CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CB8; }
p { color: rgb(118,124,184); }
H1.HeaderClassName
{
color: #767CB8;
}
.AnyTagClassName
{
color: #767CB8;
}
</style>
background-color css
<style>
a { background-color: #767CB8; }
a { background-color: rgb(118,124,184); }
div.DivClassName
{
background-color: #767CB8;
}
.BgClassName
{
background-color: #767CB8;
}
</style>
border-color css
<style>
span { border-color: #767CB8; }
span { border-color: rgb(118,124,184); }
td.TdClassName
{
border-color: #767CB8;
}
.TagClassName
{
border-color: #767CB8;
}
</style>