Shades of Wild Blue Yonder #768EC3
Tints of Wild Blue Yonder #768EC3
RGB
CMYK
RGB Variations
Color information
#768EC3 (or 0x768EC3) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and C3. RGB value is (118,142,195). Sum of RGB (Red+Green+Blue) = 118+142+195=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #768EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EC3 is #89713C. Grayscale: #8C8C8C. Windows color (decimal): -9007421 or 12815990. OLE color: 12815990.
HSL color Cylindrical-coordinate representation of color #768EC3: hue angle of 221.3º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768EC3 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 142 | 195 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 221.3º | 0.39% | 0.61% | - |
| HSV(B) | 221.3º | 0.39% | 0.76% | - |
| XYZ | 26.99 | 27.14 | 55.45 | - |
| YUV | 140.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 195 | 0.39 | 0.27 | 0 | 0.24 | 221.3 | 0.39 | 0.61 |
| Hex | 76 | 8E | C3 | 27 | 1B | 0 | 18 | DD | 27 | 3D |
| Octal | 166 | 216 | 303 | 47 | 33 | 0 | 30 | 335 | 47 | 75 |
| Binary | 1110110 | 10001110 | 11000011 | 100111 | 11011 | 0 | 11000 | 11011101 | 100111 | 111101 |
Color Harmonies of #768EC3
Complementary color
Monochromatic Colors of #768EC3
Black with #768EC3
Text Example
Text Example
White with #768EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EC3; }
p { color: rgb(118,142,195); }
H1.HeaderClassName
{
color: #768EC3;
}
.AnyTagClassName
{
color: #768EC3;
}
</style>
background-color css
<style>
a { background-color: #768EC3; }
a { background-color: rgb(118,142,195); }
div.DivClassName
{
background-color: #768EC3;
}
.BgClassName
{
background-color: #768EC3;
}
</style>
border-color css
<style>
span { border-color: #768EC3; }
span { border-color: rgb(118,142,195); }
td.TdClassName
{
border-color: #768EC3;
}
.TagClassName
{
border-color: #768EC3;
}
</style>