Shades of Jordy Blue #84A1E7
Tints of Jordy Blue #84A1E7
RGB
CMYK
RGB Variations
Color information
#84A1E7 (or 0x84A1E7) is known color: Jordy Blue. HEX triplet: 84, A1 and E7. RGB value is (132,161,231). Sum of RGB (Red+Green+Blue) = 132+161+231=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #84A1E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1E7 is #7B5E18. Grayscale: #A0A0A0. Windows color (decimal): -8085017 or 15180164. OLE color: 15180164.
HSL color Cylindrical-coordinate representation of color #84A1E7: hue angle of 222.42º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A1E7 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 161 | 231 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.09 |
| HSL | 222.42º | 0.67% | 0.71% | - |
| HSV(B) | 222.42º | 0.43% | 0.91% | - |
| XYZ | 36.68 | 36.16 | 80.65 | - |
| YUV | 160.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 231 | 0.43 | 0.30 | 0 | 0.09 | 222.42 | 0.67 | 0.71 |
| Hex | 84 | A1 | E7 | 2B | 1E | 0 | 9 | DE | 43 | 47 |
| Octal | 204 | 241 | 347 | 53 | 36 | 0 | 11 | 336 | 103 | 107 |
| Binary | 10000100 | 10100001 | 11100111 | 101011 | 11110 | 0 | 1001 | 11011110 | 1000011 | 1000111 |
Color Harmonies of #84A1E7
Complementary color
Monochromatic Colors of #84A1E7
Black with #84A1E7
Text Example
Text Example
White with #84A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1E7; }
p { color: rgb(132,161,231); }
H1.HeaderClassName
{
color: #84A1E7;
}
.AnyTagClassName
{
color: #84A1E7;
}
</style>
background-color css
<style>
a { background-color: #84A1E7; }
a { background-color: rgb(132,161,231); }
div.DivClassName
{
background-color: #84A1E7;
}
.BgClassName
{
background-color: #84A1E7;
}
</style>
border-color css
<style>
span { border-color: #84A1E7; }
span { border-color: rgb(132,161,231); }
td.TdClassName
{
border-color: #84A1E7;
}
.TagClassName
{
border-color: #84A1E7;
}
</style>