Shades of Jordy Blue #82A3FF
Tints of Jordy Blue #82A3FF
RGB
CMYK
RGB Variations
Color information
#82A3FF (or 0x82A3FF) is known color: Jordy Blue. HEX triplet: 82, A3 and FF. RGB value is (130,163,255). Sum of RGB (Red+Green+Blue) = 130+163+255=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A3FF is #7D5C00. Grayscale: #A3A3A3. Windows color (decimal): -8215553 or 16753538. OLE color: 16753538.
HSL color Cylindrical-coordinate representation of color #82A3FF: hue angle of 224.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A3FF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 163 | 255 | - |
| CMYK | 0.49 | 0.36 | 0 | 0 |
| HSL | 224.16º | 1% | 0.75% | - |
| HSV(B) | 224.16º | 0.49% | 1% | - |
| XYZ | 40.35 | 38.16 | 99.85 | - |
| YUV | 163.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 255 | 0.49 | 0.36 | 0 | 0 | 224.16 | 1 | 0.75 |
| Hex | 82 | A3 | FF | 31 | 24 | 0 | 0 | E0 | 64 | 4B |
| Octal | 202 | 243 | 377 | 61 | 44 | 0 | 0 | 340 | 144 | 113 |
| Binary | 10000010 | 10100011 | 11111111 | 110001 | 100100 | 0 | 0 | 11100000 | 1100100 | 1001011 |
Color Harmonies of #82A3FF
Complementary color
Monochromatic Colors of #82A3FF
Black with #82A3FF
Text Example
Text Example
White with #82A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A3FF; }
p { color: rgb(130,163,255); }
H1.HeaderClassName
{
color: #82A3FF;
}
.AnyTagClassName
{
color: #82A3FF;
}
</style>
background-color css
<style>
a { background-color: #82A3FF; }
a { background-color: rgb(130,163,255); }
div.DivClassName
{
background-color: #82A3FF;
}
.BgClassName
{
background-color: #82A3FF;
}
</style>
border-color css
<style>
span { border-color: #82A3FF; }
span { border-color: rgb(130,163,255); }
td.TdClassName
{
border-color: #82A3FF;
}
.TagClassName
{
border-color: #82A3FF;
}
</style>