Shades of Wild Blue Yonder #788CCB
Tints of Wild Blue Yonder #788CCB
RGB
CMYK
RGB Variations
Color information
#788CCB (or 0x788CCB) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and CB. RGB value is (120,140,203). Sum of RGB (Red+Green+Blue) = 120+140+203=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #788CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CCB is #877334. Grayscale: #8C8C8C. Windows color (decimal): -8876853 or 13339768. OLE color: 13339768.
HSL color Cylindrical-coordinate representation of color #788CCB: hue angle of 225.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788CCB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 140 | 203 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.20 |
| HSL | 225.54º | 0.44% | 0.63% | - |
| HSV(B) | 225.54º | 0.41% | 0.8% | - |
| XYZ | 27.9 | 27.06 | 60.25 | - |
| YUV | 141.2 | 162.87 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 203 | 0.41 | 0.31 | 0 | 0.20 | 225.54 | 0.44 | 0.63 |
| Hex | 78 | 8C | CB | 29 | 1F | 0 | 14 | E2 | 2C | 3F |
| Octal | 170 | 214 | 313 | 51 | 37 | 0 | 24 | 342 | 54 | 77 |
| Binary | 1111000 | 10001100 | 11001011 | 101001 | 11111 | 0 | 10100 | 11100010 | 101100 | 111111 |
Color Harmonies of #788CCB
Complementary color
Monochromatic Colors of #788CCB
Black with #788CCB
Text Example
Text Example
White with #788CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CCB; }
p { color: rgb(120,140,203); }
H1.HeaderClassName
{
color: #788CCB;
}
.AnyTagClassName
{
color: #788CCB;
}
</style>
background-color css
<style>
a { background-color: #788CCB; }
a { background-color: rgb(120,140,203); }
div.DivClassName
{
background-color: #788CCB;
}
.BgClassName
{
background-color: #788CCB;
}
</style>
border-color css
<style>
span { border-color: #788CCB; }
span { border-color: rgb(120,140,203); }
td.TdClassName
{
border-color: #788CCB;
}
.TagClassName
{
border-color: #788CCB;
}
</style>