Shades of Wild Blue Yonder #7B93BF
Tints of Wild Blue Yonder #7B93BF
RGB
CMYK
RGB Variations
Color information
#7B93BF (or 0x7B93BF) is known color: Wild Blue Yonder. HEX triplet: 7B, 93 and BF. RGB value is (123,147,191). Sum of RGB (Red+Green+Blue) = 123+147+191=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B93BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93BF is #846C40. Grayscale: #909090. Windows color (decimal): -8678465 or 12555131. OLE color: 12555131.
HSL color Cylindrical-coordinate representation of color #7B93BF: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B93BF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 147 | 191 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.25 |
| HSL | 218.82º | 0.35% | 0.62% | - |
| HSV(B) | 218.82º | 0.36% | 0.75% | - |
| XYZ | 28.01 | 28.84 | 53.38 | - |
| YUV | 144.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 191 | 0.36 | 0.23 | 0 | 0.25 | 218.82 | 0.35 | 0.62 |
| Hex | 7B | 93 | BF | 24 | 17 | 0 | 19 | DB | 23 | 3E |
| Octal | 173 | 223 | 277 | 44 | 27 | 0 | 31 | 333 | 43 | 76 |
| Binary | 1111011 | 10010011 | 10111111 | 100100 | 10111 | 0 | 11001 | 11011011 | 100011 | 111110 |
Color Harmonies of #7B93BF
Complementary color
Monochromatic Colors of #7B93BF
Black with #7B93BF
Text Example
Text Example
White with #7B93BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93BF; }
p { color: rgb(123,147,191); }
H1.HeaderClassName
{
color: #7B93BF;
}
.AnyTagClassName
{
color: #7B93BF;
}
</style>
background-color css
<style>
a { background-color: #7B93BF; }
a { background-color: rgb(123,147,191); }
div.DivClassName
{
background-color: #7B93BF;
}
.BgClassName
{
background-color: #7B93BF;
}
</style>
border-color css
<style>
span { border-color: #7B93BF; }
span { border-color: rgb(123,147,191); }
td.TdClassName
{
border-color: #7B93BF;
}
.TagClassName
{
border-color: #7B93BF;
}
</style>