#7CA7F9

Color #7CA7F9 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7CA7F9

Tints of Jordy Blue #7CA7F9

Color information

#7CA7F9 (or 0x7CA7F9) is unknown color: approx Jordy Blue. HEX triplet: 7C, A7 and F9. RGB value is (124,167,249). Sum of RGB (Red+Green+Blue) = 124+167+249=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CA7F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA7F9 is #835806. Grayscale: #A3A3A3. Windows color (decimal): -8607751 or 16361340. OLE color: 16361340.

HSL color Cylindrical-coordinate representation of color #7CA7F9: hue angle of 219.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CA7F9 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124167249-
CMYK0.500.3300.02
HSL219.36º91.24%73.14%-
HSV(B)219.36º50.2%97.65%-
XYZ39.2338.7695.04-
YUV163.49176.2599.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 22.96%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=22.96%
G=30.93%
B=46.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241672490.500.3300.02219.3691.2473.14
Hex7CA7F9322102db5b49
Octal174247371624102333133111
Binary111110010100111111110011100101000010101101101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA7F9; }

 p { color: rgb(124,167,249); }

 H1.HeaderClassName
 {
   color: #7CA7F9;
 }
 .AnyTagClassName
 {
   color: #7CA7F9;
 }
</style>
background-color css

<style>
 a { background-color: #7CA7F9; }

 a { background-color: rgb(124,167,249); }

 div.DivClassName
 {
   background-color: #7CA7F9;
 }
 .BgClassName
 {
   background-color: #7CA7F9;
 }
</style>
border-color css

<style>
 span { border-color: #7CA7F9; }

 span { border-color: rgb(124,167,249); }

 td.TdClassName
 {
   border-color: #7CA7F9;
 }
 .TagClassName
 {
   border-color: #7CA7F9;
 }
</style>