Shades of Wild Blue Yonder #7995C8
Tints of Wild Blue Yonder #7995C8
RGB
CMYK
RGB Variations
Color information
#7995C8 (or 0x7995C8) is known color: Wild Blue Yonder. HEX triplet: 79, 95 and C8. RGB value is (121,149,200). Sum of RGB (Red+Green+Blue) = 121+149+200=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 149 (58.59% from 255 or 31.70% 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 #7995C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995C8 is #866A37. Grayscale: #929292. Windows color (decimal): -8809016 or 13145465. OLE color: 13145465.
HSL color Cylindrical-coordinate representation of color #7995C8: hue angle of 218.73º degrees, saturation: 0.42, 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 #7995C8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 149 | 200 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.22 |
| HSL | 218.73º | 0.42% | 0.63% | - |
| HSV(B) | 218.73º | 0.4% | 0.78% | - |
| XYZ | 29.06 | 29.73 | 58.85 | - |
| YUV | 146.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 200 | 0.39 | 0.26 | 0 | 0.22 | 218.73 | 0.42 | 0.63 |
| Hex | 79 | 95 | C8 | 27 | 1A | 0 | 16 | DB | 2A | 3F |
| Octal | 171 | 225 | 310 | 47 | 32 | 0 | 26 | 333 | 52 | 77 |
| Binary | 1111001 | 10010101 | 11001000 | 100111 | 11010 | 0 | 10110 | 11011011 | 101010 | 111111 |
Color Harmonies of #7995C8
Complementary color
Monochromatic Colors of #7995C8
Black with #7995C8
Text Example
Text Example
White with #7995C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995C8; }
p { color: rgb(121,149,200); }
H1.HeaderClassName
{
color: #7995C8;
}
.AnyTagClassName
{
color: #7995C8;
}
</style>
background-color css
<style>
a { background-color: #7995C8; }
a { background-color: rgb(121,149,200); }
div.DivClassName
{
background-color: #7995C8;
}
.BgClassName
{
background-color: #7995C8;
}
</style>
border-color css
<style>
span { border-color: #7995C8; }
span { border-color: rgb(121,149,200); }
td.TdClassName
{
border-color: #7995C8;
}
.TagClassName
{
border-color: #7995C8;
}
</style>