Shades of Wild Blue Yonder #768FC3
Tints of Wild Blue Yonder #768FC3
RGB
CMYK
RGB Variations
Color information
#768FC3 (or 0x768FC3) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and C3. RGB value is (118,143,195). Sum of RGB (Red+Green+Blue) = 118+143+195=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #768FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FC3 is #89703C. Grayscale: #8D8D8D. Windows color (decimal): -9007165 or 12816246. OLE color: 12816246.
HSL color Cylindrical-coordinate representation of color #768FC3: hue angle of 220.52º 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 #768FC3 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 143 | 195 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 220.52º | 0.39% | 0.61% | - |
| HSV(B) | 220.52º | 0.39% | 0.76% | - |
| XYZ | 27.14 | 27.44 | 55.49 | - |
| YUV | 141.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 195 | 0.39 | 0.27 | 0 | 0.24 | 220.52 | 0.39 | 0.61 |
| Hex | 76 | 8F | C3 | 27 | 1B | 0 | 18 | DD | 27 | 3D |
| Octal | 166 | 217 | 303 | 47 | 33 | 0 | 30 | 335 | 47 | 75 |
| Binary | 1110110 | 10001111 | 11000011 | 100111 | 11011 | 0 | 11000 | 11011101 | 100111 | 111101 |
Color Harmonies of #768FC3
Complementary color
Monochromatic Colors of #768FC3
Black with #768FC3
Text Example
Text Example
White with #768FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FC3; }
p { color: rgb(118,143,195); }
H1.HeaderClassName
{
color: #768FC3;
}
.AnyTagClassName
{
color: #768FC3;
}
</style>
background-color css
<style>
a { background-color: #768FC3; }
a { background-color: rgb(118,143,195); }
div.DivClassName
{
background-color: #768FC3;
}
.BgClassName
{
background-color: #768FC3;
}
</style>
border-color css
<style>
span { border-color: #768FC3; }
span { border-color: rgb(118,143,195); }
td.TdClassName
{
border-color: #768FC3;
}
.TagClassName
{
border-color: #768FC3;
}
</style>