Shades of Wild Blue Yonder #7681CE
Tints of Wild Blue Yonder #7681CE
RGB
CMYK
RGB Variations
Color information
#7681CE (or 0x7681CE) is known color: Wild Blue Yonder. HEX triplet: 76, 81 and CE. RGB value is (118,129,206). Sum of RGB (Red+Green+Blue) = 118+129+206=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7681CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681CE is #897E31. Grayscale: #868686. Windows color (decimal): -9010738 or 13533558. OLE color: 13533558.
HSL color Cylindrical-coordinate representation of color #7681CE: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7681CE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 129 | 206 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.19 |
| HSL | 232.5º | 0.47% | 0.64% | - |
| HSV(B) | 232.5º | 0.43% | 0.81% | - |
| XYZ | 26.46 | 24.01 | 61.63 | - |
| YUV | 134.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 206 | 0.43 | 0.37 | 0 | 0.19 | 232.5 | 0.47 | 0.64 |
| Hex | 76 | 81 | CE | 2B | 25 | 0 | 13 | E8 | 2F | 40 |
| Octal | 166 | 201 | 316 | 53 | 45 | 0 | 23 | 350 | 57 | 100 |
| Binary | 1110110 | 10000001 | 11001110 | 101011 | 100101 | 0 | 10011 | 11101000 | 101111 | 1000000 |
Color Harmonies of #7681CE
Complementary color
Monochromatic Colors of #7681CE
Black with #7681CE
Text Example
Text Example
White with #7681CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681CE; }
p { color: rgb(118,129,206); }
H1.HeaderClassName
{
color: #7681CE;
}
.AnyTagClassName
{
color: #7681CE;
}
</style>
background-color css
<style>
a { background-color: #7681CE; }
a { background-color: rgb(118,129,206); }
div.DivClassName
{
background-color: #7681CE;
}
.BgClassName
{
background-color: #7681CE;
}
</style>
border-color css
<style>
span { border-color: #7681CE; }
span { border-color: rgb(118,129,206); }
td.TdClassName
{
border-color: #7681CE;
}
.TagClassName
{
border-color: #7681CE;
}
</style>