Shades of Jordy Blue #829FF2
Tints of Jordy Blue #829FF2
RGB
CMYK
RGB Variations
Color information
#829FF2 (or 0x829FF2) is known color: Jordy Blue. HEX triplet: 82, 9F and F2. RGB value is (130,159,242). Sum of RGB (Red+Green+Blue) = 130+159+242=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #829FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FF2 is #7D600D. Grayscale: #9F9F9F. Windows color (decimal): -8216590 or 15900546. OLE color: 15900546.
HSL color Cylindrical-coordinate representation of color #829FF2: hue angle of 224.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829FF2 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 159 | 242 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.05 |
| HSL | 224.46º | 0.81% | 0.73% | - |
| HSV(B) | 224.46º | 0.46% | 0.95% | - |
| XYZ | 37.63 | 35.95 | 88.96 | - |
| YUV | 159.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 242 | 0.46 | 0.34 | 0 | 0.05 | 224.46 | 0.81 | 0.73 |
| Hex | 82 | 9F | F2 | 2E | 22 | 0 | 5 | E0 | 51 | 49 |
| Octal | 202 | 237 | 362 | 56 | 42 | 0 | 5 | 340 | 121 | 111 |
| Binary | 10000010 | 10011111 | 11110010 | 101110 | 100010 | 0 | 101 | 11100000 | 1010001 | 1001001 |
Color Harmonies of #829FF2
Complementary color
Monochromatic Colors of #829FF2
Black with #829FF2
Text Example
Text Example
White with #829FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FF2; }
p { color: rgb(130,159,242); }
H1.HeaderClassName
{
color: #829FF2;
}
.AnyTagClassName
{
color: #829FF2;
}
</style>
background-color css
<style>
a { background-color: #829FF2; }
a { background-color: rgb(130,159,242); }
div.DivClassName
{
background-color: #829FF2;
}
.BgClassName
{
background-color: #829FF2;
}
</style>
border-color css
<style>
span { border-color: #829FF2; }
span { border-color: rgb(130,159,242); }
td.TdClassName
{
border-color: #829FF2;
}
.TagClassName
{
border-color: #829FF2;
}
</style>