Shades of Jordy Blue #829FF3
Tints of Jordy Blue #829FF3
RGB
CMYK
RGB Variations
Color information
#829FF3 (or 0x829FF3) is known color: Jordy Blue. HEX triplet: 82, 9F and F3. RGB value is (130,159,243). Sum of RGB (Red+Green+Blue) = 130+159+243=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #829FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FF3 is #7D600C. Grayscale: #9F9F9F. Windows color (decimal): -8216589 or 15966082. OLE color: 15966082.
HSL color Cylindrical-coordinate representation of color #829FF3: hue angle of 224.6º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829FF3 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 159 | 243 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.05 |
| HSL | 224.6º | 0.82% | 0.73% | - |
| HSV(B) | 224.6º | 0.47% | 0.95% | - |
| XYZ | 37.78 | 36.01 | 89.75 | - |
| YUV | 159.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 243 | 0.47 | 0.35 | 0 | 0.05 | 224.6 | 0.82 | 0.73 |
| Hex | 82 | 9F | F3 | 2F | 23 | 0 | 5 | E1 | 52 | 49 |
| Octal | 202 | 237 | 363 | 57 | 43 | 0 | 5 | 341 | 122 | 111 |
| Binary | 10000010 | 10011111 | 11110011 | 101111 | 100011 | 0 | 101 | 11100001 | 1010010 | 1001001 |
Color Harmonies of #829FF3
Complementary color
Monochromatic Colors of #829FF3
Black with #829FF3
Text Example
Text Example
White with #829FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FF3; }
p { color: rgb(130,159,243); }
H1.HeaderClassName
{
color: #829FF3;
}
.AnyTagClassName
{
color: #829FF3;
}
</style>
background-color css
<style>
a { background-color: #829FF3; }
a { background-color: rgb(130,159,243); }
div.DivClassName
{
background-color: #829FF3;
}
.BgClassName
{
background-color: #829FF3;
}
</style>
border-color css
<style>
span { border-color: #829FF3; }
span { border-color: rgb(130,159,243); }
td.TdClassName
{
border-color: #829FF3;
}
.TagClassName
{
border-color: #829FF3;
}
</style>