Shades of Wild Blue Yonder #7781C1
Tints of Wild Blue Yonder #7781C1
RGB
CMYK
RGB Variations
Color information
#7781C1 (or 0x7781C1) is known color: Wild Blue Yonder. HEX triplet: 77, 81 and C1. RGB value is (119,129,193). Sum of RGB (Red+Green+Blue) = 119+129+193=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #7781C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781C1 is #887E3E. Grayscale: #858585. Windows color (decimal): -8945215 or 12681591. OLE color: 12681591.
HSL color Cylindrical-coordinate representation of color #7781C1: hue angle of 231.89º 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 #7781C1 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 129 | 193 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.24 |
| HSL | 231.89º | 0.37% | 0.61% | - |
| HSV(B) | 231.89º | 0.38% | 0.76% | - |
| XYZ | 25.08 | 23.47 | 53.66 | - |
| YUV | 133.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 193 | 0.38 | 0.33 | 0 | 0.24 | 231.89 | 0.37 | 0.61 |
| Hex | 77 | 81 | C1 | 26 | 21 | 0 | 18 | E8 | 25 | 3D |
| Octal | 167 | 201 | 301 | 46 | 41 | 0 | 30 | 350 | 45 | 75 |
| Binary | 1110111 | 10000001 | 11000001 | 100110 | 100001 | 0 | 11000 | 11101000 | 100101 | 111101 |
Color Harmonies of #7781C1
Complementary color
Monochromatic Colors of #7781C1
Black with #7781C1
Text Example
Text Example
White with #7781C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7781C1; }
p { color: rgb(119,129,193); }
H1.HeaderClassName
{
color: #7781C1;
}
.AnyTagClassName
{
color: #7781C1;
}
</style>
background-color css
<style>
a { background-color: #7781C1; }
a { background-color: rgb(119,129,193); }
div.DivClassName
{
background-color: #7781C1;
}
.BgClassName
{
background-color: #7781C1;
}
</style>
border-color css
<style>
span { border-color: #7781C1; }
span { border-color: rgb(119,129,193); }
td.TdClassName
{
border-color: #7781C1;
}
.TagClassName
{
border-color: #7781C1;
}
</style>