Shades of Jordy Blue #839FFC
Tints of Jordy Blue #839FFC
RGB
CMYK
RGB Variations
Color information
#839FFC (or 0x839FFC) is known color: Jordy Blue. HEX triplet: 83, 9F and FC. RGB value is (131,159,252). Sum of RGB (Red+Green+Blue) = 131+159+252=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #839FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FFC is #7C6003. Grayscale: #A0A0A0. Windows color (decimal): -8151044 or 16555907. OLE color: 16555907.
HSL color Cylindrical-coordinate representation of color #839FFC: hue angle of 226.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839FFC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 159 | 252 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.01 |
| HSL | 226.12º | 0.95% | 0.75% | - |
| HSV(B) | 226.12º | 0.48% | 0.99% | - |
| XYZ | 39.33 | 36.65 | 97.1 | - |
| YUV | 161.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 252 | 0.48 | 0.37 | 0 | 0.01 | 226.12 | 0.95 | 0.75 |
| Hex | 83 | 9F | FC | 30 | 25 | 0 | 1 | E2 | 5F | 4B |
| Octal | 203 | 237 | 374 | 60 | 45 | 0 | 1 | 342 | 137 | 113 |
| Binary | 10000011 | 10011111 | 11111100 | 110000 | 100101 | 0 | 1 | 11100010 | 1011111 | 1001011 |
Color Harmonies of #839FFC
Complementary color
Monochromatic Colors of #839FFC
Black with #839FFC
Text Example
Text Example
White with #839FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FFC; }
p { color: rgb(131,159,252); }
H1.HeaderClassName
{
color: #839FFC;
}
.AnyTagClassName
{
color: #839FFC;
}
</style>
background-color css
<style>
a { background-color: #839FFC; }
a { background-color: rgb(131,159,252); }
div.DivClassName
{
background-color: #839FFC;
}
.BgClassName
{
background-color: #839FFC;
}
</style>
border-color css
<style>
span { border-color: #839FFC; }
span { border-color: rgb(131,159,252); }
td.TdClassName
{
border-color: #839FFC;
}
.TagClassName
{
border-color: #839FFC;
}
</style>