Shades of Jordy Blue #8CA7FC
Tints of Jordy Blue #8CA7FC
RGB
CMYK
RGB Variations
Color information
#8CA7FC (or 0x8CA7FC) is known color: Jordy Blue. HEX triplet: 8C, A7 and FC. RGB value is (140,167,252). Sum of RGB (Red+Green+Blue) = 140+167+252=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CA7FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA7FC is #735803. Grayscale: #A8A8A8. Windows color (decimal): -7559172 or 16557964. OLE color: 16557964.
HSL color Cylindrical-coordinate representation of color #8CA7FC: hue angle of 225.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA7FC is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 167 | 252 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.01 |
| HSL | 225.54º | 0.95% | 0.77% | - |
| HSV(B) | 225.54º | 0.44% | 0.99% | - |
| XYZ | 42.2 | 40.24 | 97.64 | - |
| YUV | 168.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 252 | 0.44 | 0.34 | 0 | 0.01 | 225.54 | 0.95 | 0.77 |
| Hex | 8C | A7 | FC | 2C | 22 | 0 | 1 | E2 | 5F | 4D |
| Octal | 214 | 247 | 374 | 54 | 42 | 0 | 1 | 342 | 137 | 115 |
| Binary | 10001100 | 10100111 | 11111100 | 101100 | 100010 | 0 | 1 | 11100010 | 1011111 | 1001101 |
Color Harmonies of #8CA7FC
Complementary color
Monochromatic Colors of #8CA7FC
Black with #8CA7FC
Text Example
Text Example
White with #8CA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7FC; }
p { color: rgb(140,167,252); }
H1.HeaderClassName
{
color: #8CA7FC;
}
.AnyTagClassName
{
color: #8CA7FC;
}
</style>
background-color css
<style>
a { background-color: #8CA7FC; }
a { background-color: rgb(140,167,252); }
div.DivClassName
{
background-color: #8CA7FC;
}
.BgClassName
{
background-color: #8CA7FC;
}
</style>
border-color css
<style>
span { border-color: #8CA7FC; }
span { border-color: rgb(140,167,252); }
td.TdClassName
{
border-color: #8CA7FC;
}
.TagClassName
{
border-color: #8CA7FC;
}
</style>