Shades of Wild Blue Yonder #768AC5
Tints of Wild Blue Yonder #768AC5
RGB
CMYK
RGB Variations
Color information
#768AC5 (or 0x768AC5) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C5. RGB value is (118,138,197). Sum of RGB (Red+Green+Blue) = 118+138+197=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #768AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC5 is #89753A. Grayscale: #8A8A8A. Windows color (decimal): -9008443 or 12946038. OLE color: 12946038.
HSL color Cylindrical-coordinate representation of color #768AC5: hue angle of 224.81º degrees, saturation: 0.41, 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 #768AC5 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 138 | 197 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.23 |
| HSL | 224.81º | 0.41% | 0.62% | - |
| HSV(B) | 224.81º | 0.4% | 0.77% | - |
| XYZ | 26.64 | 26.06 | 56.45 | - |
| YUV | 138.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 197 | 0.40 | 0.30 | 0 | 0.23 | 224.81 | 0.41 | 0.62 |
| Hex | 76 | 8A | C5 | 28 | 1E | 0 | 17 | E1 | 29 | 3E |
| Octal | 166 | 212 | 305 | 50 | 36 | 0 | 27 | 341 | 51 | 76 |
| Binary | 1110110 | 10001010 | 11000101 | 101000 | 11110 | 0 | 10111 | 11100001 | 101001 | 111110 |
Color Harmonies of #768AC5
Complementary color
Monochromatic Colors of #768AC5
Black with #768AC5
Text Example
Text Example
White with #768AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AC5; }
p { color: rgb(118,138,197); }
H1.HeaderClassName
{
color: #768AC5;
}
.AnyTagClassName
{
color: #768AC5;
}
</style>
background-color css
<style>
a { background-color: #768AC5; }
a { background-color: rgb(118,138,197); }
div.DivClassName
{
background-color: #768AC5;
}
.BgClassName
{
background-color: #768AC5;
}
</style>
border-color css
<style>
span { border-color: #768AC5; }
span { border-color: rgb(118,138,197); }
td.TdClassName
{
border-color: #768AC5;
}
.TagClassName
{
border-color: #768AC5;
}
</style>