Shades of Wild Blue Yonder #7C92C1
Tints of Wild Blue Yonder #7C92C1
RGB
CMYK
RGB Variations
Color information
#7C92C1 (or 0x7C92C1) is known color: Wild Blue Yonder. HEX triplet: 7C, 92 and C1. RGB value is (124,146,193). Sum of RGB (Red+Green+Blue) = 124+146+193=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C92C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C92C1 is #836D3E. Grayscale: #909090. Windows color (decimal): -8613183 or 12685948. OLE color: 12685948.
HSL color Cylindrical-coordinate representation of color #7C92C1: hue angle of 220.87º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C92C1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 146 | 193 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.24 |
| HSL | 220.87º | 0.36% | 0.62% | - |
| HSV(B) | 220.87º | 0.36% | 0.76% | - |
| XYZ | 28.22 | 28.69 | 54.5 | - |
| YUV | 144.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 193 | 0.36 | 0.24 | 0 | 0.24 | 220.87 | 0.36 | 0.62 |
| Hex | 7C | 92 | C1 | 24 | 18 | 0 | 18 | DD | 24 | 3E |
| Octal | 174 | 222 | 301 | 44 | 30 | 0 | 30 | 335 | 44 | 76 |
| Binary | 1111100 | 10010010 | 11000001 | 100100 | 11000 | 0 | 11000 | 11011101 | 100100 | 111110 |
Color Harmonies of #7C92C1
Complementary color
Monochromatic Colors of #7C92C1
Black with #7C92C1
Text Example
Text Example
White with #7C92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92C1; }
p { color: rgb(124,146,193); }
H1.HeaderClassName
{
color: #7C92C1;
}
.AnyTagClassName
{
color: #7C92C1;
}
</style>
background-color css
<style>
a { background-color: #7C92C1; }
a { background-color: rgb(124,146,193); }
div.DivClassName
{
background-color: #7C92C1;
}
.BgClassName
{
background-color: #7C92C1;
}
</style>
border-color css
<style>
span { border-color: #7C92C1; }
span { border-color: rgb(124,146,193); }
td.TdClassName
{
border-color: #7C92C1;
}
.TagClassName
{
border-color: #7C92C1;
}
</style>