Shades of Wild Blue Yonder #7995C6
Tints of Wild Blue Yonder #7995C6
RGB
CMYK
RGB Variations
Color information
#7995C6 (or 0x7995C6) is known color: Wild Blue Yonder. HEX triplet: 79, 95 and C6. RGB value is (121,149,198). Sum of RGB (Red+Green+Blue) = 121+149+198=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #7995C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995C6 is #866A39. Grayscale: #919191. Windows color (decimal): -8809018 or 13014393. OLE color: 13014393.
HSL color Cylindrical-coordinate representation of color #7995C6: hue angle of 218.18º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7995C6 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 149 | 198 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.22 |
| HSL | 218.18º | 0.4% | 0.63% | - |
| HSV(B) | 218.18º | 0.39% | 0.78% | - |
| XYZ | 28.83 | 29.64 | 57.63 | - |
| YUV | 146.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 198 | 0.39 | 0.25 | 0 | 0.22 | 218.18 | 0.4 | 0.63 |
| Hex | 79 | 95 | C6 | 27 | 19 | 0 | 16 | DA | 28 | 3F |
| Octal | 171 | 225 | 306 | 47 | 31 | 0 | 26 | 332 | 50 | 77 |
| Binary | 1111001 | 10010101 | 11000110 | 100111 | 11001 | 0 | 10110 | 11011010 | 101000 | 111111 |
Color Harmonies of #7995C6
Complementary color
Monochromatic Colors of #7995C6
Black with #7995C6
Text Example
Text Example
White with #7995C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995C6; }
p { color: rgb(121,149,198); }
H1.HeaderClassName
{
color: #7995C6;
}
.AnyTagClassName
{
color: #7995C6;
}
</style>
background-color css
<style>
a { background-color: #7995C6; }
a { background-color: rgb(121,149,198); }
div.DivClassName
{
background-color: #7995C6;
}
.BgClassName
{
background-color: #7995C6;
}
</style>
border-color css
<style>
span { border-color: #7995C6; }
span { border-color: rgb(121,149,198); }
td.TdClassName
{
border-color: #7995C6;
}
.TagClassName
{
border-color: #7995C6;
}
</style>