Shades of Wild Blue Yonder #788BC3
Tints of Wild Blue Yonder #788BC3
RGB
CMYK
RGB Variations
Color information
#788BC3 (or 0x788BC3) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and C3. RGB value is (120,139,195). Sum of RGB (Red+Green+Blue) = 120+139+195=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #788BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BC3 is #87743C. Grayscale: #8B8B8B. Windows color (decimal): -8877117 or 12815224. OLE color: 12815224.
HSL color Cylindrical-coordinate representation of color #788BC3: hue angle of 224.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788BC3 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 139 | 195 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.24 |
| HSL | 224.8º | 0.38% | 0.62% | - |
| HSV(B) | 224.8º | 0.38% | 0.76% | - |
| XYZ | 26.83 | 26.4 | 55.31 | - |
| YUV | 139.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 195 | 0.38 | 0.29 | 0 | 0.24 | 224.8 | 0.38 | 0.62 |
| Hex | 78 | 8B | C3 | 26 | 1D | 0 | 18 | E1 | 26 | 3E |
| Octal | 170 | 213 | 303 | 46 | 35 | 0 | 30 | 341 | 46 | 76 |
| Binary | 1111000 | 10001011 | 11000011 | 100110 | 11101 | 0 | 11000 | 11100001 | 100110 | 111110 |
Color Harmonies of #788BC3
Complementary color
Monochromatic Colors of #788BC3
Black with #788BC3
Text Example
Text Example
White with #788BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BC3; }
p { color: rgb(120,139,195); }
H1.HeaderClassName
{
color: #788BC3;
}
.AnyTagClassName
{
color: #788BC3;
}
</style>
background-color css
<style>
a { background-color: #788BC3; }
a { background-color: rgb(120,139,195); }
div.DivClassName
{
background-color: #788BC3;
}
.BgClassName
{
background-color: #788BC3;
}
</style>
border-color css
<style>
span { border-color: #788BC3; }
span { border-color: rgb(120,139,195); }
td.TdClassName
{
border-color: #788BC3;
}
.TagClassName
{
border-color: #788BC3;
}
</style>