Shades of Jordy Blue #789FE8
Tints of Jordy Blue #789FE8
RGB
CMYK
RGB Variations
Color information
#789FE8 (or 0x789FE8) is known color: Jordy Blue. HEX triplet: 78, 9F and E8. RGB value is (120,159,232). Sum of RGB (Red+Green+Blue) = 120+159+232=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #789FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FE8 is #876017. Grayscale: #9B9B9B. Windows color (decimal): -8871960 or 15245176. OLE color: 15245176.
HSL color Cylindrical-coordinate representation of color #789FE8: hue angle of 219.11º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #789FE8 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 159 | 232 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.09 |
| HSL | 219.11º | 0.71% | 0.69% | - |
| HSV(B) | 219.11º | 0.48% | 0.91% | - |
| XYZ | 34.71 | 34.62 | 81.2 | - |
| YUV | 155.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 232 | 0.48 | 0.31 | 0 | 0.09 | 219.11 | 0.71 | 0.69 |
| Hex | 78 | 9F | E8 | 30 | 1F | 0 | 9 | DB | 47 | 45 |
| Octal | 170 | 237 | 350 | 60 | 37 | 0 | 11 | 333 | 107 | 105 |
| Binary | 1111000 | 10011111 | 11101000 | 110000 | 11111 | 0 | 1001 | 11011011 | 1000111 | 1000101 |
Color Harmonies of #789FE8
Complementary color
Monochromatic Colors of #789FE8
Black with #789FE8
Text Example
Text Example
White with #789FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FE8; }
p { color: rgb(120,159,232); }
H1.HeaderClassName
{
color: #789FE8;
}
.AnyTagClassName
{
color: #789FE8;
}
</style>
background-color css
<style>
a { background-color: #789FE8; }
a { background-color: rgb(120,159,232); }
div.DivClassName
{
background-color: #789FE8;
}
.BgClassName
{
background-color: #789FE8;
}
</style>
border-color css
<style>
span { border-color: #789FE8; }
span { border-color: rgb(120,159,232); }
td.TdClassName
{
border-color: #789FE8;
}
.TagClassName
{
border-color: #789FE8;
}
</style>