Shades of Wild Blue Yonder #7893C6
Tints of Wild Blue Yonder #7893C6
RGB
CMYK
RGB Variations
Color information
#7893C6 (or 0x7893C6) is known color: Wild Blue Yonder. HEX triplet: 78, 93 and C6. RGB value is (120,147,198). Sum of RGB (Red+Green+Blue) = 120+147+198=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #7893C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893C6 is #876C39. Grayscale: #909090. Windows color (decimal): -8875066 or 13013880. OLE color: 13013880.
HSL color Cylindrical-coordinate representation of color #7893C6: hue angle of 219.23º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7893C6 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 147 | 198 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.22 |
| HSL | 219.23º | 0.41% | 0.62% | - |
| HSV(B) | 219.23º | 0.39% | 0.78% | - |
| XYZ | 28.37 | 28.94 | 57.52 | - |
| YUV | 144.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 198 | 0.39 | 0.26 | 0 | 0.22 | 219.23 | 0.41 | 0.62 |
| Hex | 78 | 93 | C6 | 27 | 1A | 0 | 16 | DB | 29 | 3E |
| Octal | 170 | 223 | 306 | 47 | 32 | 0 | 26 | 333 | 51 | 76 |
| Binary | 1111000 | 10010011 | 11000110 | 100111 | 11010 | 0 | 10110 | 11011011 | 101001 | 111110 |
Color Harmonies of #7893C6
Complementary color
Monochromatic Colors of #7893C6
Black with #7893C6
Text Example
Text Example
White with #7893C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7893C6; }
p { color: rgb(120,147,198); }
H1.HeaderClassName
{
color: #7893C6;
}
.AnyTagClassName
{
color: #7893C6;
}
</style>
background-color css
<style>
a { background-color: #7893C6; }
a { background-color: rgb(120,147,198); }
div.DivClassName
{
background-color: #7893C6;
}
.BgClassName
{
background-color: #7893C6;
}
</style>
border-color css
<style>
span { border-color: #7893C6; }
span { border-color: rgb(120,147,198); }
td.TdClassName
{
border-color: #7893C6;
}
.TagClassName
{
border-color: #7893C6;
}
</style>