Shades of Wild Blue Yonder #7694BD
Tints of Wild Blue Yonder #7694BD
RGB
CMYK
RGB Variations
Color information
#7694BD (or 0x7694BD) is known color: Wild Blue Yonder. HEX triplet: 76, 94 and BD. RGB value is (118,148,189). Sum of RGB (Red+Green+Blue) = 118+148+189=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #7694BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694BD is #896B42. Grayscale: #8F8F8F. Windows color (decimal): -9005891 or 12424310. OLE color: 12424310.
HSL color Cylindrical-coordinate representation of color #7694BD: hue angle of 214.65º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7694BD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 148 | 189 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.26 |
| HSL | 214.65º | 0.35% | 0.6% | - |
| HSV(B) | 214.65º | 0.38% | 0.74% | - |
| XYZ | 27.25 | 28.71 | 52.25 | - |
| YUV | 143.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 189 | 0.38 | 0.22 | 0 | 0.26 | 214.65 | 0.35 | 0.6 |
| Hex | 76 | 94 | BD | 26 | 16 | 0 | 1A | D7 | 23 | 3C |
| Octal | 166 | 224 | 275 | 46 | 26 | 0 | 32 | 327 | 43 | 74 |
| Binary | 1110110 | 10010100 | 10111101 | 100110 | 10110 | 0 | 11010 | 11010111 | 100011 | 111100 |
Color Harmonies of #7694BD
Complementary color
Monochromatic Colors of #7694BD
Black with #7694BD
Text Example
Text Example
White with #7694BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694BD; }
p { color: rgb(118,148,189); }
H1.HeaderClassName
{
color: #7694BD;
}
.AnyTagClassName
{
color: #7694BD;
}
</style>
background-color css
<style>
a { background-color: #7694BD; }
a { background-color: rgb(118,148,189); }
div.DivClassName
{
background-color: #7694BD;
}
.BgClassName
{
background-color: #7694BD;
}
</style>
border-color css
<style>
span { border-color: #7694BD; }
span { border-color: rgb(118,148,189); }
td.TdClassName
{
border-color: #7694BD;
}
.TagClassName
{
border-color: #7694BD;
}
</style>