Shades of Wild Blue Yonder #768FCE
Tints of Wild Blue Yonder #768FCE
RGB
CMYK
RGB Variations
Color information
#768FCE (or 0x768FCE) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and CE. RGB value is (118,143,206). Sum of RGB (Red+Green+Blue) = 118+143+206=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #768FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FCE is #897031. Grayscale: #8E8E8E. Windows color (decimal): -9007154 or 13537142. OLE color: 13537142.
HSL color Cylindrical-coordinate representation of color #768FCE: hue angle of 222.95º 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 #768FCE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 143 | 206 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.19 |
| HSL | 222.95º | 0.47% | 0.64% | - |
| HSV(B) | 222.95º | 0.43% | 0.81% | - |
| XYZ | 28.43 | 27.95 | 62.29 | - |
| YUV | 142.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 206 | 0.43 | 0.31 | 0 | 0.19 | 222.95 | 0.47 | 0.64 |
| Hex | 76 | 8F | CE | 2B | 1F | 0 | 13 | DF | 2F | 40 |
| Octal | 166 | 217 | 316 | 53 | 37 | 0 | 23 | 337 | 57 | 100 |
| Binary | 1110110 | 10001111 | 11001110 | 101011 | 11111 | 0 | 10011 | 11011111 | 101111 | 1000000 |
Color Harmonies of #768FCE
Complementary color
Monochromatic Colors of #768FCE
Black with #768FCE
Text Example
Text Example
White with #768FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FCE; }
p { color: rgb(118,143,206); }
H1.HeaderClassName
{
color: #768FCE;
}
.AnyTagClassName
{
color: #768FCE;
}
</style>
background-color css
<style>
a { background-color: #768FCE; }
a { background-color: rgb(118,143,206); }
div.DivClassName
{
background-color: #768FCE;
}
.BgClassName
{
background-color: #768FCE;
}
</style>
border-color css
<style>
span { border-color: #768FCE; }
span { border-color: rgb(118,143,206); }
td.TdClassName
{
border-color: #768FCE;
}
.TagClassName
{
border-color: #768FCE;
}
</style>