Shades of Jordy Blue #85A7FF
Tints of Jordy Blue #85A7FF
RGB
CMYK
RGB Variations
Color information
#85A7FF (or 0x85A7FF) is known color: Jordy Blue. HEX triplet: 85, A7 and FF. RGB value is (133,167,255). Sum of RGB (Red+Green+Blue) = 133+167+255=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A7FF is #7A5800. Grayscale: #A6A6A6. Windows color (decimal): -8017921 or 16754565. OLE color: 16754565.
HSL color Cylindrical-coordinate representation of color #85A7FF: hue angle of 223.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A7FF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 167 | 255 | - |
| CMYK | 0.48 | 0.35 | 0 | 0 |
| HSL | 223.28º | 1% | 0.76% | - |
| HSV(B) | 223.28º | 0.48% | 1% | - |
| XYZ | 41.54 | 39.84 | 100.11 | - |
| YUV | 166.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 255 | 0.48 | 0.35 | 0 | 0 | 223.28 | 1 | 0.76 |
| Hex | 85 | A7 | FF | 30 | 23 | 0 | 0 | DF | 64 | 4C |
| Octal | 205 | 247 | 377 | 60 | 43 | 0 | 0 | 337 | 144 | 114 |
| Binary | 10000101 | 10100111 | 11111111 | 110000 | 100011 | 0 | 0 | 11011111 | 1100100 | 1001100 |
Color Harmonies of #85A7FF
Complementary color
Monochromatic Colors of #85A7FF
Black with #85A7FF
Text Example
Text Example
White with #85A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A7FF; }
p { color: rgb(133,167,255); }
H1.HeaderClassName
{
color: #85A7FF;
}
.AnyTagClassName
{
color: #85A7FF;
}
</style>
background-color css
<style>
a { background-color: #85A7FF; }
a { background-color: rgb(133,167,255); }
div.DivClassName
{
background-color: #85A7FF;
}
.BgClassName
{
background-color: #85A7FF;
}
</style>
border-color css
<style>
span { border-color: #85A7FF; }
span { border-color: rgb(133,167,255); }
td.TdClassName
{
border-color: #85A7FF;
}
.TagClassName
{
border-color: #85A7FF;
}
</style>