Shades of Jordy Blue #819FF6
Tints of Jordy Blue #819FF6
RGB
CMYK
RGB Variations
Color information
#819FF6 (or 0x819FF6) is known color: Jordy Blue. HEX triplet: 81, 9F and F6. RGB value is (129,159,246). Sum of RGB (Red+Green+Blue) = 129+159+246=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #819FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FF6 is #7E6009. Grayscale: #9F9F9F. Windows color (decimal): -8282122 or 16162689. OLE color: 16162689.
HSL color Cylindrical-coordinate representation of color #819FF6: hue angle of 224.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819FF6 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 159 | 246 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.04 |
| HSL | 224.62º | 0.87% | 0.74% | - |
| HSV(B) | 224.62º | 0.48% | 0.96% | - |
| XYZ | 38.09 | 36.12 | 92.15 | - |
| YUV | 159.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 246 | 0.48 | 0.35 | 0 | 0.04 | 224.62 | 0.87 | 0.74 |
| Hex | 81 | 9F | F6 | 30 | 23 | 0 | 4 | E1 | 57 | 4A |
| Octal | 201 | 237 | 366 | 60 | 43 | 0 | 4 | 341 | 127 | 112 |
| Binary | 10000001 | 10011111 | 11110110 | 110000 | 100011 | 0 | 100 | 11100001 | 1010111 | 1001010 |
Color Harmonies of #819FF6
Complementary color
Monochromatic Colors of #819FF6
Black with #819FF6
Text Example
Text Example
White with #819FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FF6; }
p { color: rgb(129,159,246); }
H1.HeaderClassName
{
color: #819FF6;
}
.AnyTagClassName
{
color: #819FF6;
}
</style>
background-color css
<style>
a { background-color: #819FF6; }
a { background-color: rgb(129,159,246); }
div.DivClassName
{
background-color: #819FF6;
}
.BgClassName
{
background-color: #819FF6;
}
</style>
border-color css
<style>
span { border-color: #819FF6; }
span { border-color: rgb(129,159,246); }
td.TdClassName
{
border-color: #819FF6;
}
.TagClassName
{
border-color: #819FF6;
}
</style>