Shades of Jordy Blue #8BA7FF
Tints of Jordy Blue #8BA7FF
RGB
CMYK
RGB Variations
Color information
#8BA7FF (or 0x8BA7FF) is known color: Jordy Blue. HEX triplet: 8B, A7 and FF. RGB value is (139,167,255). Sum of RGB (Red+Green+Blue) = 139+167+255=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7FF is #745800. Grayscale: #A8A8A8. Windows color (decimal): -7624705 or 16754571. OLE color: 16754571.
HSL color Cylindrical-coordinate representation of color #8BA7FF: hue angle of 225.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA7FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 167 | 255 | - |
| CMYK | 0.45 | 0.35 | 0 | 0 |
| HSL | 225.52º | 1% | 0.77% | - |
| HSV(B) | 225.52º | 0.45% | 1% | - |
| XYZ | 42.52 | 40.35 | 100.15 | - |
| YUV | 168.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 255 | 0.45 | 0.35 | 0 | 0 | 225.52 | 1 | 0.77 |
| Hex | 8B | A7 | FF | 2D | 23 | 0 | 0 | E2 | 64 | 4D |
| Octal | 213 | 247 | 377 | 55 | 43 | 0 | 0 | 342 | 144 | 115 |
| Binary | 10001011 | 10100111 | 11111111 | 101101 | 100011 | 0 | 0 | 11100010 | 1100100 | 1001101 |
Color Harmonies of #8BA7FF
Complementary color
Monochromatic Colors of #8BA7FF
Black with #8BA7FF
Text Example
Text Example
White with #8BA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7FF; }
p { color: rgb(139,167,255); }
H1.HeaderClassName
{
color: #8BA7FF;
}
.AnyTagClassName
{
color: #8BA7FF;
}
</style>
background-color css
<style>
a { background-color: #8BA7FF; }
a { background-color: rgb(139,167,255); }
div.DivClassName
{
background-color: #8BA7FF;
}
.BgClassName
{
background-color: #8BA7FF;
}
</style>
border-color css
<style>
span { border-color: #8BA7FF; }
span { border-color: rgb(139,167,255); }
td.TdClassName
{
border-color: #8BA7FF;
}
.TagClassName
{
border-color: #8BA7FF;
}
</style>