Shades of Wild Blue Yonder #7B93C8
Tints of Wild Blue Yonder #7B93C8
RGB
CMYK
RGB Variations
Color information
#7B93C8 (or 0x7B93C8) is known color: Wild Blue Yonder. HEX triplet: 7B, 93 and C8. RGB value is (123,147,200). Sum of RGB (Red+Green+Blue) = 123+147+200=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #7B93C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93C8 is #846C37. Grayscale: #919191. Windows color (decimal): -8678456 or 13144955. OLE color: 13144955.
HSL color Cylindrical-coordinate representation of color #7B93C8: hue angle of 221.3º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B93C8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 147 | 200 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.22 |
| HSL | 221.3º | 0.41% | 0.63% | - |
| HSV(B) | 221.3º | 0.39% | 0.78% | - |
| XYZ | 29.03 | 29.25 | 58.76 | - |
| YUV | 145.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 200 | 0.38 | 0.26 | 0 | 0.22 | 221.3 | 0.41 | 0.63 |
| Hex | 7B | 93 | C8 | 26 | 1A | 0 | 16 | DD | 29 | 3F |
| Octal | 173 | 223 | 310 | 46 | 32 | 0 | 26 | 335 | 51 | 77 |
| Binary | 1111011 | 10010011 | 11001000 | 100110 | 11010 | 0 | 10110 | 11011101 | 101001 | 111111 |
Color Harmonies of #7B93C8
Complementary color
Monochromatic Colors of #7B93C8
Black with #7B93C8
Text Example
Text Example
White with #7B93C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93C8; }
p { color: rgb(123,147,200); }
H1.HeaderClassName
{
color: #7B93C8;
}
.AnyTagClassName
{
color: #7B93C8;
}
</style>
background-color css
<style>
a { background-color: #7B93C8; }
a { background-color: rgb(123,147,200); }
div.DivClassName
{
background-color: #7B93C8;
}
.BgClassName
{
background-color: #7B93C8;
}
</style>
border-color css
<style>
span { border-color: #7B93C8; }
span { border-color: rgb(123,147,200); }
td.TdClassName
{
border-color: #7B93C8;
}
.TagClassName
{
border-color: #7B93C8;
}
</style>