Shades of Wild Blue Yonder #7681C4
Tints of Wild Blue Yonder #7681C4
RGB
CMYK
RGB Variations
Color information
#7681C4 (or 0x7681C4) is known color: Wild Blue Yonder. HEX triplet: 76, 81 and C4. RGB value is (118,129,196). Sum of RGB (Red+Green+Blue) = 118+129+196=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #7681C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681C4 is #897E3B. Grayscale: #858585. Windows color (decimal): -9010748 or 12878198. OLE color: 12878198.
HSL color Cylindrical-coordinate representation of color #7681C4: hue angle of 231.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7681C4 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 129 | 196 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.23 |
| HSL | 231.54º | 0.4% | 0.62% | - |
| HSV(B) | 231.54º | 0.4% | 0.77% | - |
| XYZ | 25.29 | 23.54 | 55.44 | - |
| YUV | 133.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 196 | 0.40 | 0.34 | 0 | 0.23 | 231.54 | 0.4 | 0.62 |
| Hex | 76 | 81 | C4 | 28 | 22 | 0 | 17 | E8 | 28 | 3E |
| Octal | 166 | 201 | 304 | 50 | 42 | 0 | 27 | 350 | 50 | 76 |
| Binary | 1110110 | 10000001 | 11000100 | 101000 | 100010 | 0 | 10111 | 11101000 | 101000 | 111110 |
Color Harmonies of #7681C4
Complementary color
Monochromatic Colors of #7681C4
Black with #7681C4
Text Example
Text Example
White with #7681C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681C4; }
p { color: rgb(118,129,196); }
H1.HeaderClassName
{
color: #7681C4;
}
.AnyTagClassName
{
color: #7681C4;
}
</style>
background-color css
<style>
a { background-color: #7681C4; }
a { background-color: rgb(118,129,196); }
div.DivClassName
{
background-color: #7681C4;
}
.BgClassName
{
background-color: #7681C4;
}
</style>
border-color css
<style>
span { border-color: #7681C4; }
span { border-color: rgb(118,129,196); }
td.TdClassName
{
border-color: #7681C4;
}
.TagClassName
{
border-color: #7681C4;
}
</style>