Shades of Jordy Blue #829FEF
Tints of Jordy Blue #829FEF
RGB
CMYK
RGB Variations
Color information
#829FEF (or 0x829FEF) is known color: Jordy Blue. HEX triplet: 82, 9F and EF. RGB value is (130,159,239). Sum of RGB (Red+Green+Blue) = 130+159+239=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #829FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FEF is #7D6010. Grayscale: #9F9F9F. Windows color (decimal): -8216593 or 15703938. OLE color: 15703938.
HSL color Cylindrical-coordinate representation of color #829FEF: hue angle of 224.04º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829FEF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 159 | 239 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.06 |
| HSL | 224.04º | 0.77% | 0.72% | - |
| HSV(B) | 224.04º | 0.46% | 0.94% | - |
| XYZ | 37.18 | 35.77 | 86.61 | - |
| YUV | 159.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 239 | 0.46 | 0.33 | 0 | 0.06 | 224.04 | 0.77 | 0.72 |
| Hex | 82 | 9F | EF | 2E | 21 | 0 | 6 | E0 | 4D | 48 |
| Octal | 202 | 237 | 357 | 56 | 41 | 0 | 6 | 340 | 115 | 110 |
| Binary | 10000010 | 10011111 | 11101111 | 101110 | 100001 | 0 | 110 | 11100000 | 1001101 | 1001000 |
Color Harmonies of #829FEF
Complementary color
Monochromatic Colors of #829FEF
Black with #829FEF
Text Example
Text Example
White with #829FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FEF; }
p { color: rgb(130,159,239); }
H1.HeaderClassName
{
color: #829FEF;
}
.AnyTagClassName
{
color: #829FEF;
}
</style>
background-color css
<style>
a { background-color: #829FEF; }
a { background-color: rgb(130,159,239); }
div.DivClassName
{
background-color: #829FEF;
}
.BgClassName
{
background-color: #829FEF;
}
</style>
border-color css
<style>
span { border-color: #829FEF; }
span { border-color: rgb(130,159,239); }
td.TdClassName
{
border-color: #829FEF;
}
.TagClassName
{
border-color: #829FEF;
}
</style>