Shades of Wild Blue Yonder #7795C1
Tints of Wild Blue Yonder #7795C1
RGB
CMYK
RGB Variations
Color information
#7795C1 (or 0x7795C1) is known color: Wild Blue Yonder. HEX triplet: 77, 95 and C1. RGB value is (119,149,193). Sum of RGB (Red+Green+Blue) = 119+149+193=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #7795C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795C1 is #886A3E. Grayscale: #909090. Windows color (decimal): -8940095 or 12686711. OLE color: 12686711.
HSL color Cylindrical-coordinate representation of color #7795C1: hue angle of 215.68º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7795C1 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 149 | 193 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.24 |
| HSL | 215.68º | 0.37% | 0.61% | - |
| HSV(B) | 215.68º | 0.38% | 0.76% | - |
| XYZ | 27.98 | 29.27 | 54.63 | - |
| YUV | 145.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 193 | 0.38 | 0.23 | 0 | 0.24 | 215.68 | 0.37 | 0.61 |
| Hex | 77 | 95 | C1 | 26 | 17 | 0 | 18 | D8 | 25 | 3D |
| Octal | 167 | 225 | 301 | 46 | 27 | 0 | 30 | 330 | 45 | 75 |
| Binary | 1110111 | 10010101 | 11000001 | 100110 | 10111 | 0 | 11000 | 11011000 | 100101 | 111101 |
Color Harmonies of #7795C1
Complementary color
Monochromatic Colors of #7795C1
Black with #7795C1
Text Example
Text Example
White with #7795C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795C1; }
p { color: rgb(119,149,193); }
H1.HeaderClassName
{
color: #7795C1;
}
.AnyTagClassName
{
color: #7795C1;
}
</style>
background-color css
<style>
a { background-color: #7795C1; }
a { background-color: rgb(119,149,193); }
div.DivClassName
{
background-color: #7795C1;
}
.BgClassName
{
background-color: #7795C1;
}
</style>
border-color css
<style>
span { border-color: #7795C1; }
span { border-color: rgb(119,149,193); }
td.TdClassName
{
border-color: #7795C1;
}
.TagClassName
{
border-color: #7795C1;
}
</style>